diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -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 |
