Skip to content

Commit 6f17c4c

Browse files
committed
chore(issues): update Bug report & Feature request templates [skip ci]
* Automated using #58
1 parent e9eef3b commit 6f17c4c

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG] '
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Notes:
12+
1. Only post _bug reports_ here.
13+
2. Use the appropriate template for _feature requests_.
14+
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
15+
-->
16+
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. -->
25+
26+
27+
28+
### Pillar / config used
29+
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
30+
31+
32+
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
42+
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
43+
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
44+
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
45+
46+
47+
48+
### Expected behaviour
49+
<!-- A clear and concise description of what you expected to happen. -->
50+
51+
52+
53+
### Attempts to fix the bug
54+
<!-- Please mention any attempts you have made to fix the bug and what the results were. -->
55+
56+
57+
58+
### Additional context
59+
<!-- Add any other context about the problem here. -->
60+
61+
62+
63+
---
64+
65+
### Meta: How can this template be improved?
66+
<!-- Feel free to suggest how this template can be improved. -->
67+
68+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] '
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Notes:
12+
1. Only post _feature requests_ here.
13+
2. Use the appropriate template for _bug reports_.
14+
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
15+
-->
16+
17+
### Is your feature request related to a problem?
18+
<!-- A clear and concise description of what the problem is. -->
19+
20+
21+
22+
### Describe the solution you'd like
23+
<!-- A clear and concise description of what you want to happen. -->
24+
25+
26+
27+
### Describe alternatives you've considered
28+
<!-- Describe any alternative solutions or features you've considered. -->
29+
30+
31+
32+
### Additional context
33+
<!-- Add any other context about the feature request here. -->
34+
35+
36+
37+
---
38+
39+
### Meta: How can this template be improved?
40+
<!-- Feel free to suggest how this template can be improved. -->
41+
42+

0 commit comments

Comments
 (0)