Skip to content

Commit

Permalink
Add new issue template (#676)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
IanHoang authored Oct 24, 2024
1 parent ecf93c8 commit 107d527
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: Please provide details on how and where the documentation can be improved
description: A clear and concise description of the issue. For instance, "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 107d527

Please sign in to comment.