From 7c22fa62df07824ea8c63364207e2dcf3b7b4fc7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 May 2024 00:22:30 +0200 Subject: [PATCH] docs: Update issue template (#71) --- .github/ISSUE_TEMPLATE/3-bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/4-question.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-bug.yml b/.github/ISSUE_TEMPLATE/3-bug.yml index bf7d806..fa4ef66 100644 --- a/.github/ISSUE_TEMPLATE/3-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-bug.yml @@ -1,4 +1,4 @@ -name: "\U0001F41E Bug Report" +name: "\U0001F41E Bug report" description: Create a report to help us improve the container title: "[Bug]: " labels: ["bug"] @@ -38,7 +38,7 @@ body: id: summary attributes: label: Description - description: A clear and concise description of your issue. + description: Describe the expected behaviour, the actual behaviour, and the steps to reproduce. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/4-question.yml b/.github/ISSUE_TEMPLATE/4-question.yml index bf20ef8..afe055b 100644 --- a/.github/ISSUE_TEMPLATE/4-question.yml +++ b/.github/ISSUE_TEMPLATE/4-question.yml @@ -1,5 +1,5 @@ -name: "\U00002753 Question" -description: General questions about the container +name: "\U00002753 General question" +description: Questions about the container not related to an issue title: "[Question]: " labels: ["question"] body: @@ -13,7 +13,7 @@ body: - type: checkboxes attributes: label: Is this a general question and not a technical issue? - description: For technical issues you must use the [technical issue](https://github.com/qemus/qemu-arm/issues/new?assignees=&labels=bug&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you. + description: For technical issues you must use the [technical issue](https://github.com/qemus/qemu-arm/issues/new?assignees=&labels=&projects=&template=1-issue.yml) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you. options: - label: I am sure my question is not about a technical issue. required: true