docs issue template

This commit is contained in:
ABBY CROSS 2023-09-07 12:06:03 -04:00
parent 499a504058
commit 0c0a037381
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
name: Documentation
description: Report typos/bugs or suggest new content.
labels: ["documentation"]
assignees:
- abbycross
- beckykd
- javabster
body:
- type: markdown
attributes:
value: Thank you for reporting! Please also use the search to see if there are any other relevant issues or pull requests.
- type: textarea
attributes:
label: URL to the relevant documentation
description: provide a URL and section name/paragraph if applicable
validations:
required: false
- type: checkboxes
attributes:
label: Select all that apply
description: Please select all that apply from the following.
options:
- label: typo
- label: code bug
- label: add new content
- label: out-of-date content
- label: it's just wrong
- label: other
validations:
required: false
- type: textarea
attributes:
label: What is the documentation issue/request? >
description: If reporting a bug, please be as specific as possible (steps to reproduce, screenshot, etc.).
If suggesting new content, please give a clear and concise description. What value does the new content bring?
validations:
required: true