Skip to content

Commit 934e8ff

Browse files
committed
chore(issues): provide Bug report & Feature request templates [skip ci]
* Automated using myii/ssf-formula#48
1 parent 7ca61f3 commit 934e8ff

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
#### Describe the bug
18+
<!-- A clear and concise description of what the bug is. -->
19+
20+
21+
22+
#### Setup
23+
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
24+
25+
26+
27+
#### Steps to reproduce the bug
28+
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
29+
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
30+
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
31+
32+
33+
34+
#### Expected behaviour
35+
<!-- A clear and concise description of what you expected to happen. -->
36+
37+
38+
39+
#### Versions report
40+
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
41+
42+
43+
44+
#### Additional context
45+
<!-- Add any other context about the problem here. -->
46+
47+
48+
49+
---
50+
51+
#### Optional: How can this template be improved?
52+
<!-- Feel free to suggest how this template can be improved. -->
53+
54+
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+
#### Optional: How can this template be improved?
40+
<!-- Feel free to suggest how this template can be improved. -->
41+
42+

0 commit comments

Comments
 (0)