From 389d67659680275933ab0589b45e9d16e8f9eb3b Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Wed, 2 Apr 2025 14:46:58 +0200 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6adb01dd..8c2bd837 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: