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
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,30 @@ 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
+
19
21
20
22
23
+
### Versions reports (master & minion)
24
+
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
21
25
22
-
### Setup
26
+
27
+
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
33
+
---
34
+
35
+
## Bug details
36
+
### Describe the bug
37
+
<!-- A clear and concise description of what the bug is. -->
38
+
39
+
40
+
27
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. -->
@@ -36,13 +50,8 @@ Notes:
36
50
37
51
38
52
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. -->
0 commit comments