Add documentation issue template
This commit is contained in:
17
.github/ISSUE_TEMPLATE/DOCUMENTATION.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/DOCUMENTATION.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
name: Documentation Improvement
|
||||
description: Suggest an update to documentation.
|
||||
labels: ['status:awaiting-triage', 'type:documentation']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to help improve!
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Provide a description of the proposed changes.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user