File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,20 @@ body:
18
18
- type : textarea
19
19
id : description
20
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 .
21
+ label : Description
22
+ description : A clear and concise description of what the bug is .
23
23
- type : textarea
24
- id : recreate
24
+ id : reproduce
25
25
attributes :
26
- label : How to recreate the bug?
27
- description : Please provide the steps to recreate the issue.
26
+ label : To Reproduce
27
+ description : Describe how to reproduce the bug.
28
+ - type : textarea
29
+ id : environment
30
+ attributes :
31
+ label : Your Environment
32
+ description : Include as many relevant details about the environment you experienced the problem in.
33
+ value : |
34
+ * Version (commit) used:
35
+ * Ansible version:
36
+ * Python version:
37
+ * Operating System and version:
You can’t perform that action at this time.
0 commit comments