From 3fcea5af0ad6f33fa94f7dfd2ea8ef761a67d746 Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Wed, 19 Jan 2022 10:05:36 +0100 Subject: [PATCH] Added GH template for documentation issues Added GH template for documentation issues. Feel free to adjust. --- .github/ISSUE_TEMPLATE/doc_issue.yml | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/doc_issue.yml diff --git a/.github/ISSUE_TEMPLATE/doc_issue.yml b/.github/ISSUE_TEMPLATE/doc_issue.yml new file mode 100644 index 000000000..43bbf75ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_issue.yml @@ -0,0 +1,40 @@ +name: Documentation Issue +description: "Create a report to help us improve" +#title: "" +labels: ["documentation"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this documentation issue report! + - type: input + id: docs-link + attributes: + label: Documentation link + description: "Please provide a link to the corresponding documentation site on docs.tandoor.dev" + - type: dropdown + id: section + attributes: + label: Affected section + description: "What part of the documentation is the issue about?" + options: + - Installation + - Features + - System + - FAQ + - Does not exist yet + - Other (please state below) + validations: + required: true + - type: input + id: other + attributes: + label: Other + description: "In case you chose 'Other' above, please provide more info here." + - type: textarea + id: descr + attributes: + label: Issue description + description: "Please accurately describe the documentation issue you are seeing." + validations: + required: true