From fbaaf2124303d677aa9940a0090c598fee937df8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Apr 2024 18:22:14 +0200 Subject: [PATCH] Create QUESTION.yml --- .github/ISSUE_TEMPLATE/QUESTION.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/QUESTION.yml diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml new file mode 100644 index 0000000..5f36707 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -0,0 +1,17 @@ +name: "? Question" +description: General questions about the container +title: "Question: " +labels: ["question"] +body: + - type: markdown + attributes: + value: | + Have a question about QEMU for Docker? + Please make sure to check the [FAQ](https://github.com/qemus/qemu-arm/blob/master/readme.md) first! + - type: textarea + id: question + attributes: + label: Question + description: What's the question you have about the container? + validations: + required: true