Skip to content

Commit

Permalink
Use the form version, and clean up the inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jan 27, 2025
1 parent e404ad6 commit 98924dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 70 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/01-bug-report.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report Form
description: Use this template for reporting an issue, via a form
description: Use this template for reporting an issue.
labels: Triage, UnconfirmedDefect
# projects: ["NREL/64"]
body:
- type: markdown
attributes:
Expand All @@ -23,21 +22,6 @@ body:
validations:
required: true

- type: dropdown
id: operating_system
attributes:
label: Operating System
multiple: false
description: What Operating System are you encountering issues on?
options:
- All
- Windows
- Ubuntu
- MacOS
- Other
validations:
required: true

- type: dropdown
id: operating_system_multiple
attributes:
Expand All @@ -48,6 +32,7 @@ body:
- Windows
- Ubuntu
- MacOS
- Any
- Other
validations:
required: true
Expand Down Expand Up @@ -79,31 +64,11 @@ body:
required: false

- type: textarea
id: env
attributes:
label: Details
description: Some additional details for this issue (if relevant)
value: |
- Platform (Operating system, version):
- Version of EnergyPlus (if using an intermediate build, include SHA):
- Unmethours link or helpdesk ticket number:
- type: textarea
id: checklist
id: defect_file
attributes:
label: Checklist
description: Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
value: |
* [ ] Defect file added: <!-- list location of defect file here -->
* [ ] Ticket added to EnergyPlus Defect Complexity (Github Project)
* [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
label: Defect file
description: |
You **can supply a link to your IDF if applicable**, or rename it to in.idf.txt and upload it directly here by drag and drop.
- type: checkboxes
id: checklist2
attributes:
label: Checklist
description: Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
options:
- label: Defect file added <!-- list location of defect file here -->
- label: Ticket added to EnergyPlus Defect Complexity (Github Project)
- label: Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
Ideally, make it a Minimum, Complete, Verifiable Example (MCVE) by including the smallest possible number of input objects to reproduce the defect.
A good start might be to try to reproduce your issue with one of the [ExampleFiles](https://github.com/NREL/EnergyPlus/tree/develop/testfiles)
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Unmet Hours
url: https://unmethours.com
Expand Down

0 comments on commit 98924dd

Please sign in to comment.