From d08de750ad79f1bcf85370169e9d2b088eb2ccea Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 15 May 2024 23:50:27 +0200 Subject: [PATCH] Update and rename QUESTION.yml to question.yml --- .github/ISSUE_TEMPLATE/{QUESTION.yml => question.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{QUESTION.yml => question.yml} (72%) diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/question.yml similarity index 72% rename from .github/ISSUE_TEMPLATE/QUESTION.yml rename to .github/ISSUE_TEMPLATE/question.yml index 82b27fc..bf20ef8 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,4 +1,4 @@ -name: "? Question" +name: "\U00002753 Question" description: General questions about the container title: "[Question]: " labels: ["question"] @@ -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 [bug report](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=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. options: - label: I am sure my question is not about a technical issue. required: true