diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-29 20:59:25 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-29 20:59:25 +0100 |
| commit | 2c64d33a2e7068fdeee77e4f027165abd936d6d1 (patch) | |
| tree | 85c65869f35306cc19d18d96b45effa4bb63acae /.github | |
| parent | 74e8b6e1611224f278ede65a680737ddaee8a134 (diff) | |
[ci skip] Add documentation type
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.yml | 22 |
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 |
