-
Notifications
You must be signed in to change notification settings - Fork 418
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
Showing
1,098 changed files
with
56,488 additions
and
49,201 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
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,74 @@ | ||
name: Bug Report | ||
description: Use this template for reporting an issue. | ||
labels: Triage, UnconfirmedDefect | ||
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: description | ||
attributes: | ||
label: Issue overview | ||
description: | | ||
Please change this line to a description of the defect, with useful supporting information including how the issue was found, | ||
conditions that trigger this defect, workarounds for users of the current version, | ||
and a clear description of how to validate that a fix is complete for this defect. | ||
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 | ||
placeholder: Include all applicable information with details to help us reproduce your problem. | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: operating_system_multiple | ||
attributes: | ||
label: Operating System (Multiple choices) | ||
multiple: true | ||
description: What Operating System are you encountering issues on? | ||
options: | ||
- Windows | ||
- Ubuntu | ||
- MacOS | ||
- Any | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: operating_system_version | ||
attributes: | ||
label: Operating System Version | ||
placeholder: ex. 24.04 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: eplus_version | ||
attributes: | ||
label: Version of EnergyPlus | ||
description: if using an intermediate build, include SHA | ||
placeholder: ex. 24.2.0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: uh_helpdesk_link | ||
attributes: | ||
label: Unmethours link or helpdesk ticket number | ||
placeholder: ex. 24.2.0 | ||
value: N/A | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: defect_file | ||
attributes: | ||
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. | ||
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 EnergyPlus [ExampleFiles](https://github.com/NREL/EnergyPlus/tree/develop/testfiles). |
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 |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Unmet Hours | ||
url: https://unmethours.com | ||
about: "Ask modeling **questions** on unmethours.com" | ||
- name: Helpdesk | ||
url: https://energyplushelp.freshdesk.com/support/home | ||
about: The EnergyPlus Helpdesk has a knowledge base and entry forms for submitting help requests and bug reports |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
path: ./dist | ||
|
||
- name: Deploy on Test PyPi | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
with: | ||
repository-url: https://test.pypi.org/legacy/ | ||
user: __token__ | ||
|
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
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
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
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
Oops, something went wrong.
080ff2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10817_CrashFluidCooler (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3: OK (2956 of 2956 tests passed, 0 test warnings)
080ff2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10817_CrashFluidCooler (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-UnitTestsCoverage-RelWithDebInfo: OK (2138 of 2138 tests passed, 0 test warnings)
080ff2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10817_CrashFluidCooler (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-IntegrationCoverage-RelWithDebInfo: OK (802 of 802 tests passed, 0 test warnings)