-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jennifer Gratz
committed
Mar 21, 2024
1 parent
545f58f
commit 559f57d
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |