-
Notifications
You must be signed in to change notification settings - Fork 18
Update contribution templates and user guidance #194
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
13 commits
Select commit
Hold shift + click to select a range
adbcca9
Update contribution templates and usage docs
AnilKumar-NOAA 7643887
Pin data env numpy for pip installs
AnilKumar-NOAA f5fb7fe
Address PR template and fork CI review comments
AnilKumar-NOAA 40d4adb
Use SDPA attention in EAGLE configs
AnilKumar-NOAA a1a19f6
Clean CI package caches during environment build
AnilKumar-NOAA 17a68b0
Revert experimental env and attention changes
AnilKumar-NOAA b0eabc7
Environment and CI updates (#195)
maddenp-cu 773c5a2
Add Zenodo citation to README
AnilKumar-NOAA 82b3fe7
Move conda cache cleanup helper alphabetically
AnilKumar-NOAA cfcde4e
Address user guide review comments
AnilKumar-NOAA c2dfe68
Fix FAQ heading underline
AnilKumar-NOAA 0b786d4
Fix quickstart list numbering
AnilKumar-NOAA b3fe5f3
Update FAQ plotting guidance
AnilKumar-NOAA 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: Bug report | ||
| description: Report something that is incorrect or broken | ||
| type: "bug" | ||
| labels: ["bug"] | ||
|
|
||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for helping improve EAGLE. | ||
|
|
||
| Before opening a bug report, please search the existing issues to check whether the problem has already been reported. | ||
| Enhancement requests should be opened as an Enhancement Discussion instead of an issue. | ||
|
|
||
| - type: textarea | ||
| id: current_behavior | ||
| attributes: | ||
| label: What is wrong? | ||
| description: Describe the incorrect or broken behavior. | ||
| placeholder: Include short log snippets here. For long logs, create a GitHub gist and link it. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: expected_behavior | ||
| attributes: | ||
| label: What should have happened? | ||
| description: Describe the behavior you expected. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: dropdown | ||
| id: area | ||
| attributes: | ||
| label: Area affected | ||
| multiple: true | ||
| options: | ||
| - Data prep / UFS2ARCO | ||
| - Training | ||
| - Inference | ||
| - Verification / WXVX | ||
| - Visualization / plotting | ||
| - Configuration | ||
| - Documentation | ||
| - CI/CD or tooling | ||
| - Other | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: dropdown | ||
| id: system | ||
| attributes: | ||
| label: System or environment | ||
| multiple: true | ||
| options: | ||
| - Ursa | ||
| - Cloud | ||
| - Local workstation | ||
| - Other HPC | ||
| - Unknown / not applicable | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: EAGLE version, branch, or commit | ||
| placeholder: main, v1.1.0, or a commit SHA | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduction_steps | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: Provide enough detail for another developer to reproduce the problem. | ||
| placeholder: | | ||
| 1. | ||
| 2. | ||
| 3. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: additional_context | ||
| attributes: | ||
| label: Additional context | ||
| description: Add links, logs, screenshots, or related issues. | ||
| validations: | ||
| required: false |
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,8 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Enhancement requests | ||
| url: https://github.com/NOAA-EPIC/EAGLE/discussions/new?category=enhancement-discussion | ||
| about: Please propose new capabilities in an Enhancement Discussion instead of opening an issue. | ||
| - name: Questions and answers | ||
| url: https://github.com/NOAA-EPIC/EAGLE/discussions/categories/q-a | ||
| about: Please use GitHub Discussions for usage questions and general help. |
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
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.
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.