Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(issues): provide Bug report & Feature request templates #171

Merged
merged 4 commits into from
Sep 27, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: 'bug'
assignees: ''

---

<!--
Notes:
1. Only post _bug reports_ here.
2. Use the appropriate template for _feature requests_.
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
-->

#### Describe the bug
<!-- A clear and concise description of what the bug is. -->



#### Setup
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->



#### Steps to reproduce the bug
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->



#### Expected behaviour
<!-- A clear and concise description of what you expected to happen. -->



#### Versions Report
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->



#### Additional context
<!-- Add any other context about the problem here. -->


35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE]'
labels: 'enhancement'
assignees: ''

---

<!--
Notes:
1. Only post _feature requests_ here.
2. Use the appropriate template for _bug reports_.
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
-->

#### Is your feature request related to a problem?
<!-- A clear and concise description of what the problem is. -->



#### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->



#### Describe alternatives you've considered
<!-- Describe any alternative solutions or features you've considered. -->



#### Additional context
<!-- Add any other context about the feature request here. -->