File tree 1 file changed +18
-10
lines changed
1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,21 @@ body:
15
15
attributes :
16
16
label : Which version contains the bug?
17
17
placeholder : 1.0.0
18
- - type : textarea
19
- id : description
20
- attributes :
21
- label : Describe the bug
22
- description : Please provide a concise description of the bug, add any relevant output or error messages. You can use markdown.
23
- - type : textarea
24
- id : recreate
25
- attributes :
26
- label : How to recreate the bug?
27
- description : Please provide the steps to recreate the issue.
18
+ ---
19
+
20
+ # # Description
21
+
22
+ A clear and concise description of what the bug is.
23
+
24
+ # # To Reproduce
25
+
26
+ Describe how to reproduce the bug.
27
+
28
+ # # Your Environment
29
+
30
+ Include as many relevant details about the environment you experienced the problem in.
31
+
32
+ * Version (commit) used:
33
+ * Ansible version:
34
+ * Python version:
35
+ * Operating System and version:
You can’t perform that action at this time.
0 commit comments