Skip to content

Commit e9b6c2f

Browse files
committed
docs(bug_report): group into sections for better logical ordering
* Section 1: Setup details * Section 2: Bug details
1 parent 53e7b75 commit e9b6c2f

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,30 @@ Notes:
1414
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
1515
-->
1616

17-
### Describe the bug
18-
<!-- A clear and concise description of what the bug is. -->
17+
## Your setup
18+
### Formula commit hash / release tag
19+
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->
20+
1921

2022

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

22-
### Setup
26+
27+
28+
### Pillar / config used
2329
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
2430

2531

2632

33+
---
34+
35+
## Bug details
36+
### Describe the bug
37+
<!-- A clear and concise description of what the bug is. -->
38+
39+
40+
2741
### Steps to reproduce the bug
2842
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
2943
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
@@ -36,13 +50,8 @@ Notes:
3650

3751

3852

39-
### Formula commit hash / release tag
40-
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->
41-
42-
43-
44-
### Versions report
45-
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
53+
### Attempts to fix the bug
54+
<!-- Please mention any attempts you have made to fix the bug and what the results were. -->
4655

4756

4857

0 commit comments

Comments
 (0)