Skip to content

Update issue template #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@ body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: Please provide a concise description of the bug, add any relevant output or error messages. You can use markdown.
label: Description
description: A clear and concise description of what the bug is.
- type: textarea
id: recreate
id: reproduce
attributes:
label: How to recreate the bug?
description: Please provide the steps to recreate the issue.
label: To Reproduce
description: Describe how to reproduce the bug.
- type: textarea
id: environment
attributes:
label: Your Environment
description: Include as many relevant details about the environment you experienced the problem in.
value: |
* Version (commit) used:
* Ansible version:
* Python version:
* Operating System and version:
Loading