Skip to content

Commit

Permalink
docs(bug_report): group into sections for better logical ordering
Browse files Browse the repository at this point in the history
* Section 1: Setup details
* Section 2: Bug details
  • Loading branch information
myii committed Oct 5, 2019
1 parent 53e7b75 commit e9b6c2f
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,30 @@ Notes:
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. -->
## Your setup
### Formula commit hash / release tag
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->



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

### Setup


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



---

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



### Steps to reproduce the bug
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
Expand All @@ -36,13 +50,8 @@ Notes:



### Formula commit hash / release tag
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->



### Versions report
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
### Attempts to fix the bug
<!-- Please mention any attempts you have made to fix the bug and what the results were. -->



Expand Down

0 comments on commit e9b6c2f

Please sign in to comment.