-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Github issue templates to use issue forms #276
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,115 @@ | ||
name: Bug or Issue Report | ||
description: Report a bug or issue with HEMCO | ||
title: "Put a one-line description here" | ||
labels: ["category: Bug"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? What did you expect to happen? | ||
placeholder: Describe your issue | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: What are the steps to reproduce the bug? | ||
placeholder: Explain what you did | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log-files | ||
attributes: | ||
label: Please attach any relevant configuration and log files. | ||
description: Drag and drop files like the HEMCO log file, HEMCO_Config.rc, HEMCO_Diagn.rc, and build_info/summarize_build here. You may need to rename files to end in .txt first. | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What HEMCO version were you using? | ||
placeholder: e.g. 3.9.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: machine | ||
attributes: | ||
label: What environment were you running HEMCO on? | ||
multiple: true | ||
options: | ||
- Local cluster | ||
- AWS | ||
- Personal computer | ||
- Other (please explain below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: compiler-version | ||
attributes: | ||
label: What compiler and version were you using? | ||
placeholder: e.g. gcc 10.2.0, ifort 19.0.5.281 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: implemenation | ||
attributes: | ||
label: Will you be addressing this bug yourself? | ||
description: If Yes, please also assign this issue to yourself (if possible) | ||
multiple: false | ||
options: | ||
- "Yes" | ||
- "Yes, but I will need some help" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: configuration | ||
attributes: | ||
label: In what configuration were you running HEMCO? | ||
multiple: false | ||
options: | ||
- Standalone | ||
- GCClassic | ||
- GCHP | ||
- Other (please explain in additional information section below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: resolution | ||
attributes: | ||
label: As what resolution were you running HEMCO? | ||
placeholder: "e.g. 4x5, 2x2.5, 0.5x0.625, 0.25x0.3125" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: meteorology | ||
attributes: | ||
label: What meterology fields did you use? | ||
multiple: false | ||
options: | ||
- GEOS-FP | ||
- GEOS-IT | ||
- MERRA-2 | ||
- GCAP 2.0 | ||
- Other (please explain in additional information section below) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Please provide any additional information here that you think might be relevant. | ||
validations: | ||
required: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Feature Request | ||
description: Request a new HEMCO feature | ||
title: "Put a one-line description here" | ||
labels: ["category: Feature Request"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Provide a clear and concise overview of the new feature requested. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reference | ||
attributes: | ||
label: Reference(s) | ||
description: If this is a science update, please provide a literature citation. | ||
placeholder: "e.g. Bey et al., Global modeling of tropospheric chemistry with assimilated meteorology: Model description and evaluation, J. Geophys. Res., 106, 23,073-23,096, 2001." | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: implemenation | ||
attributes: | ||
label: Will you be implementing this feature yourself? | ||
description: If Yes, please also assign this issue to yourself (if possible) | ||
multiple: false | ||
options: | ||
- "Yes" | ||
- "Yes, but I will need some help" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Please provide any additional information here that you think might be relevant. | ||
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,23 @@ | ||
name: Question or Discussion | ||
description: Ask a question about HEMCO or start a discussion | ||
title: "Put a one-line description here" | ||
labels: ["category: Question"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Please provide a clear and concise description of your question or discussion topic. | ||
validations: | ||
required: true |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Typo
TAML
->YAML
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.
Thanks for catching this. It's now fixed in 7ef08fb.
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.
Great! Now good to merge.