Skip to content

Commit

Permalink
adding additional form for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Gratz committed Mar 21, 2024
1 parent 545f58f commit 559f57d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/doc_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Additional Documentation Request
description: Request additional documentation on a certain topic in Aviary. This does not include documentation errors, those should be filed under a bug report.
body:
- type: textarea
id: desired
attributes:
label: Desired documentation content.
description: Please explain what area you would like documented, and any specific things you would like addressed in the content.
validations:
required: true
- type: textarea
id: existing
attributes:
label: Is there any existing documentation on your requested topic? Please describe.
description: Description and relevant links to any existing documentation that is related to your request.
validations:
required: false

0 comments on commit 559f57d

Please sign in to comment.