Skip to content

Commit 88bfbce

Browse files
committed
chore(issues): update Bug report & Feature request templates [skip ci]
* Automated using myii/ssf-formula#58
1 parent 714f547 commit 88bfbce

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,55 @@ 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+
21+
22+
23+
### Versions reports (master & minion)
24+
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
1925

2026

2127

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

2531

2632

27-
#### Steps to reproduce the bug
33+
---
34+
35+
## Bug details
36+
### Describe the bug
37+
<!-- A clear and concise description of what the bug is. -->
38+
39+
40+
41+
### 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. -->
3044
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
3145

3246

3347

34-
#### Expected behaviour
48+
### Expected behaviour
3549
<!-- A clear and concise description of what you expected to happen. -->
3650

3751

3852

39-
#### Versions report
40-
<!-- 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. -->
4155

4256

4357

44-
#### Additional context
58+
### Additional context
4559
<!-- Add any other context about the problem here. -->
4660

4761

4862

4963
---
5064

51-
#### Optional: How can this template be improved?
65+
### Meta: How can this template be improved?
5266
<!-- Feel free to suggest how this template can be improved. -->
5367

5468

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ 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-
#### Is your feature request related to a problem?
17+
### Is your feature request related to a problem?
1818
<!-- A clear and concise description of what the problem is. -->
1919

2020

2121

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

2525

2626

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

3030

3131

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

3535

3636

3737
---
3838

39-
#### Optional: How can this template be improved?
39+
### Meta: How can this template be improved?
4040
<!-- Feel free to suggest how this template can be improved. -->
4141

4242

0 commit comments

Comments
 (0)