From 4da0c03784e66bbfe8c0bfce3b27f83aa33b4352 Mon Sep 17 00:00:00 2001 From: Souji Date: Wed, 5 Nov 2025 19:31:40 +0100 Subject: [PATCH] chore: add guide issue template (#11247) * Add guide content issue template * remove empty line --- .github/ISSUE_TEMPLATE/04-guide.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/04-guide.yml diff --git a/.github/ISSUE_TEMPLATE/04-guide.yml b/.github/ISSUE_TEMPLATE/04-guide.yml new file mode 100644 index 000000000..b86c156f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-guide.yml @@ -0,0 +1,27 @@ +name: Guide content +description: Request to add to the guide or change existing content +labels: [apps:guide] +type: Task +body: + - type: markdown + attributes: + value: | + Thanks for filing a suggestion! If you are here to ask a question, use Discord instead: https://discord.gg/djs + - type: dropdown + id: issuetype + attributes: + label: What is your suggestion about? + options: + - Requesting new content + - Changing existing content + - Correcting wrong information + validation: + required: true + - type: input + id: section + attributes: + label: Guide section the suggestion is about. + - type: textarea + id: body + attributes: + label: Describe your suggestion in detail.