-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This feature issue option will need review and editing before merging into the production repository.
- Loading branch information
Debbie Paul
authored and
GitHub
committed
Jul 21, 2023
1 parent
dd37d2b
commit c44c684
Showing
1 changed file
with
36 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,36 @@ | ||
| name: Feature request or enhancement | ||
| description: Open a new issue to describe and request a new feature or enhancement. These will be auto-labeled with _enhancement_. Be sure to provide an informative title. | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: Feature or enhancement | ||
| description: Please describe what you would like to be able to do or see. Consider telling a story, e.g. first I do x, then y, then I see z. | ||
| placeholder: E.g. When I am at X, then I need Y, and when I click, then I will see Z. | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: summary_target | ||
| attributes: | ||
| label: Location | ||
| description: Stepping back, where should this feature be found? Providing a URL path can help (e.g. /taxon_names/123). | ||
| placeholder: Nomenclature Panel | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: figures | ||
| attributes: | ||
| label: Screenshot, napkin sketch of interface, or conceptual description | ||
| description: Provide drawings or screenshots mocking-up (illustrating) your feature, or feature progression. | ||
| placeholder: Drag/drop your image(s) here | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: summary_x | ||
| attributes: | ||
| label: Your role | ||
| description: Who are you, i.e. in what role are you making this feature request? | ||
| placeholder: Graduate student biologist | ||
| validations: | ||
| required: false |