summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/documentation.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/documentation.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml
new file mode 100644
index 000000000..c4759bba2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation.yml
@@ -0,0 +1,20 @@
+name: Documentation Issue
+description: Report an issue with documentation
+labels: [documentation]
+
+body:
+- type: textarea
+ id: issue
+ attributes:
+ label: What is the issue?
+ validations:
+ required: true
+
+- type: checkboxes
+ id: acknowledgments
+ attributes:
+ label: Acknowledge
+ description: Please mark any checkbox that apply (otherwise leave unchecked).
+ options:
+ - label: I'm interested in implementing the fix
+ required: false