Skip to content

Commit

Permalink
[skip ci] Add UnconfirmedDefect to new issue (form), + add a enhancem…
Browse files Browse the repository at this point in the history
…ent request template
  • Loading branch information
jmarrec committed Jan 27, 2025
1 parent 868997a commit e404ad6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/02-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Bug Report Form
description: Use this template for reporting an issue, via a form
labels: Triage
labels: Triage, UnconfirmedDefect
# projects: ["NREL/64"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a report.
**Please don't forget to update the issue title.**
Include all applicable information to help us reproduce
Include all applicable information to help us reproduce.
- type: textarea
id: description
Expand Down
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/03-enhancement-request.yml
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

0 comments on commit e404ad6

Please sign in to comment.