-
Notifications
You must be signed in to change notification settings - Fork 4
Update README files and template issues #29
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
Merged
Merged
Changes from all commits
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 hidden or 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,90 @@ | ||
| name: "\U0001FAB2 Bug report" | ||
| description: "Bug or test failure in ExaGO code" | ||
| #title: "Bug: " | ||
| labels: [bug] | ||
| body: | ||
| # CHECKBOX: | ||
| - type: checkboxes | ||
| id: issue_relates_to | ||
| attributes: | ||
| label: "Issue applies to:" | ||
| description: You may select more than one. | ||
| options: | ||
| - label: pflow | ||
| - label: OPFLOW | ||
| - label: TCOPFLOW | ||
| - label: SCOPFLOW | ||
| - label: SOPFLOW | ||
| - label: CMake and build system | ||
| - label: Spack | ||
| - label: Visualization | ||
| - label: Documentation | ||
| - label: Other | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: "Summary" | ||
| description: "Please provide detailed description of the issue." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: "Description how to reproduce the issue" | ||
| description: "Please provide launch command and the output when you encounter the issue (if applicable)." | ||
| value: | | ||
| <!-- Include short error output here. --> | ||
| ```console | ||
| $ ./opflow | ||
| (...) | ||
| ``` | ||
| <!-- If the error output is long, attach a file | ||
| or write it in a block that can be closed as below: --> | ||
| <details> | ||
|
|
||
| ``` | ||
| $ ./opflow | ||
| (...) | ||
| ``` | ||
| </details> | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: input | ||
| id: exago_version | ||
| attributes: | ||
| label: "ExaGO version" | ||
| description: | | ||
| Please include the version of ExaGO™ which demonstrates the problem. | ||
| If building from source on a non-tagged version, please include the commit hash. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: system_info | ||
| attributes: | ||
| label: "System and environment details" | ||
| description: | | ||
| Please include details about your system, such as: | ||
| - Operating system | ||
| - Compilers | ||
| - Hardware backends (CUDA, HIP) | ||
| - Dependencies and package versions | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: additional_information | ||
| attributes: | ||
| label: "Additional information" | ||
| description: "Upload additional information such as debugging backtraces, logs and screenshots, when applicable." | ||
|
|
||
| - type: textarea | ||
| id: possible_fix | ||
| attributes: | ||
| label: "Possible fix or workaround" | ||
| description: "Describe your proposed fix, when applicable." |
This file contains hidden or 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,55 @@ | ||
| name: "❓ Discussion" | ||
| description: "A question or discussion about ExaGO code, design, or development process." | ||
| #title: "Bug: " | ||
| labels: [question] | ||
| body: | ||
| # CHECKBOX: | ||
| - type: checkboxes | ||
| id: issue_relates_to | ||
| attributes: | ||
| label: "Issue applies to:" | ||
| description: You may select more than one. | ||
| options: | ||
| - label: PFLOW | ||
| - label: OPFLOW | ||
| - label: TCOPFLOW | ||
| - label: SCOPFLOW | ||
| - label: SOPFLOW | ||
| - label: CMake and build system | ||
| - label: Spack | ||
| - label: Visualization | ||
| - label: Documentation | ||
| - label: Other | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: "Summary" | ||
| description: "Please pose question or the description of the discussion topic." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: objective | ||
| attributes: | ||
| label: "Objective" | ||
| description: "Please provide the objective of the discussion. What question do you want to answer? What do you want to achieve?" | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: exago_version | ||
| attributes: | ||
| label: "ExaGO version" | ||
| description: | | ||
| Please include the relevant version of ExaGO™, if applicable. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: additional_information | ||
| attributes: | ||
| label: "Additional information" | ||
| description: "Add references or examples relevant to the discussion." |
This file contains hidden or 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 hidden or 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,75 @@ | ||
| name: "\U0001F38A Feature request" | ||
| description: "Suggest adding a feature that is not yet in ExaGO." | ||
| #title: "Bug: " | ||
| labels: [enhancement] | ||
| body: | ||
| # CHECKBOX: | ||
| - type: checkboxes | ||
| id: issue_relates_to | ||
| attributes: | ||
| label: "Issue applies to:" | ||
| description: You may select more than one. | ||
| options: | ||
| - label: PFLOW | ||
| - label: OPFLOW | ||
| - label: TCOPFLOW | ||
| - label: SCOPFLOW | ||
| - label: SOPFLOW | ||
| - label: CMake and build system | ||
| - label: Spack | ||
| - label: Visualization | ||
| - label: Documentation | ||
| - label: Other | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: "Summary" | ||
| description: "Please add a concise summary of your suggestion here." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: "Rationale" | ||
| description: "Is your feature request related to a problem? Please describe it!." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: exago_version | ||
| attributes: | ||
| label: "ExaGO version" | ||
| description: | | ||
| Please include the relevantversion of ExaGO™. | ||
| If building from source on a non-tagged version, please include the commit hash. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: system_info | ||
| attributes: | ||
| label: "System and environment details" | ||
| description: | | ||
| Is your feature system specific? If so, please include relevant details, such as: | ||
| - Operating system | ||
| - Compilers | ||
| - Hardware backends (CUDA, HIP) | ||
| - Dependencies and package versions | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: proposed_solution | ||
| attributes: | ||
| label: "Proposed solution" | ||
| description: "Describe your proposed feature and highlight implementation details, when applicable." | ||
|
|
||
| - type: textarea | ||
| id: additional_information | ||
| attributes: | ||
| label: "Additional information" | ||
| description: "Add any relevant references or examples." |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| Please submit issues at [ExaGO's GitLab issues page](https://gitlab.pnnl.gov/exasgd/frameworks/exago/-/issues) for support. | ||
| Please submit issues at [ExaGO's GitHub issues page](https://github.com/ORNL/ExaGO/issues) for support. |
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.