aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/documentation.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-29 20:59:25 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-29 20:59:25 +0100
commit2c64d33a2e7068fdeee77e4f027165abd936d6d1 (patch)
tree85c65869f35306cc19d18d96b45effa4bb63acae /.github/ISSUE_TEMPLATE/documentation.yml
parent74e8b6e1611224f278ede65a680737ddaee8a134 (diff)
[ci skip] Add documentation type
Diffstat (limited to '.github/ISSUE_TEMPLATE/documentation.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.yml22
1 files changed, 22 insertions, 0 deletions
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