forked from NREL/EnergyPlus
-
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.
[skip ci] Add UnconfirmedDefect to new issue (form), + add a enhancem…
…ent request template
- Loading branch information
Showing
2 changed files
with
40 additions
and
3 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
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,38 @@ | ||
name: Enhancement Request | ||
description: Use this template for suggesting an enhancement. | ||
labels: Triage, NewFeatureRequest | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
Include all applicable information to help us reproduce. | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: General Summary | ||
description: | | ||
Provide a general summary of the feature you would like to see implemented | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Detailed Description | ||
description: | | ||
Provide a detailed description of the change or addition you are proposing. | ||
Include screenshots, schemas, IDD/IDF snippets as appropriate. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: implementation | ||
attributes: | ||
label: Possible Implementation | ||
description: | | ||
Not mandatory, but if you can, suggest an idea for implementing the feature | ||
validations: | ||
required: false |