You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,41 +14,55 @@ Notes:
14
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
15
-->
16
16
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. -->
19
25
20
26
21
27
22
-
#### Setup
28
+
###Pillar / config used
23
29
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
24
30
25
31
26
32
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
28
42
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
29
43
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
30
44
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
31
45
32
46
33
47
34
-
####Expected behaviour
48
+
### Expected behaviour
35
49
<!-- A clear and concise description of what you expected to happen. -->
36
50
37
51
38
52
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. -->
41
55
42
56
43
57
44
-
####Additional context
58
+
### Additional context
45
59
<!-- Add any other context about the problem here. -->
46
60
47
61
48
62
49
63
---
50
64
51
-
#### Optional: How can this template be improved?
65
+
###Meta: How can this template be improved?
52
66
<!-- Feel free to suggest how this template can be improved. -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,29 +14,29 @@ Notes:
14
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
15
-->
16
16
17
-
####Is your feature request related to a problem?
17
+
### Is your feature request related to a problem?
18
18
<!-- A clear and concise description of what the problem is. -->
19
19
20
20
21
21
22
-
####Describe the solution you'd like
22
+
### Describe the solution you'd like
23
23
<!-- A clear and concise description of what you want to happen. -->
24
24
25
25
26
26
27
-
####Describe alternatives you've considered
27
+
### Describe alternatives you've considered
28
28
<!-- Describe any alternative solutions or features you've considered. -->
29
29
30
30
31
31
32
-
####Additional context
32
+
### Additional context
33
33
<!-- Add any other context about the feature request here. -->
34
34
35
35
36
36
37
37
---
38
38
39
-
#### Optional: How can this template be improved?
39
+
###Meta: How can this template be improved?
40
40
<!-- Feel free to suggest how this template can be improved. -->
0 commit comments