Skip to content

Commit

Permalink
Add new documentation issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
IanHoang committed Oct 3, 2024
1 parent a967bfd commit 03099a3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Documentation request 🎆
description: Suggest new documentation or improvements to existing documentation
labels: [documentation, untriaged]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a documentation request!
- type: textarea
id: suggestion
attributes:
label: Is there a problem with the current documentation
description: A clear and concise description of what the problem is. Ex. I'm unable to find documentation on [...]
validations:
required: true
- type: textarea
id: references
attributes:
label: Provide references
description: List out links to existing documentation if applicable
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the documentation request here.

0 comments on commit 03099a3

Please sign in to comment.