Skip to content

Commit 389d676

Browse files
committed
Update issue template
1 parent e2dfdba commit 389d676

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+15-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ body:
1818
- type: textarea
1919
id: description
2020
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.
2323
- type: textarea
24-
id: recreate
24+
id: reproduce
2525
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:

0 commit comments

Comments
 (0)