From 2c64d33a2e7068fdeee77e4f027165abd936d6d1 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:59:25 +0100 Subject: [ci skip] Add documentation type --- .github/ISSUE_TEMPLATE/documentation.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 00000000..28c95fb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,22 @@ +name: Documentation +description: Suggest changes to the documentation/wiki +labels: ['docs', 'status: needs investigating'] +body: + - type: dropdown + id: type + attributes: + label: Type of Change + multiple: false + options: + - Fix typo + - Clarify ambigious information + - Add new information + validations: + required: true + - type: textarea + attributes: + label: Description of Change + description: | + Describe the change in full. + validations: + required: false -- cgit v1.2.3-70-g09d2