Skip to content
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/new_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ body:
id: description
attributes:
label: What new functionality do you need?
placeholder: Provide a consise description of the problem to be addressed by this new feature. Please be clear what parts of the problem are considered to be in-scope and out-of-scope
validations:
required: true

- type: textarea
id: requirements
attributes:
label: What are the requirements for the new functionality?
placeholder: Provide a concise description of the problem to be addressed by this new feature. Please be clear what parts of the problem are considered to be in-scope and out-of-scope. Consider including:
- What are the requirements for the new functionality?
- Are there any links to related issues, discussions, or resources that provide additional context?
validations:
required: true

Expand All @@ -47,7 +42,7 @@ body:
- [ ] Criterion #2
- [ ] Criterion #3
validations:
required: true
required: false

- type: textarea
id: suggested_solution
Expand Down
34 changes: 16 additions & 18 deletions .github/ISSUE_TEMPLATE/static_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ labels: ["Static Data Mgmt"]
projects: ["NOAA-EMC/41"]
assignees:
- DavidHuber-NOAA
- aerorahul
- aerorahul

body:
Comment thread
aerorahul marked this conversation as resolved.
- type: dropdown
- type: markdown
attributes:
description: |
Process:
- Stage data on Ursa or WCOSS2
- Make sure permissions are set properly (global read access)
- CMs will push data and ask for verification

- type: checkboxes
attributes:
label: Type of static data
description: |
Expand All @@ -21,7 +29,7 @@ body:
validations:
required: true

- type: dropdown
- type: checkboxes
attributes:
label: Target directory
options:
Expand Down Expand Up @@ -78,7 +86,7 @@ body:
validations:
required: true

- type: dropdown
- type: checkboxes
attributes:
label: Any workflow changes needed?
description: |
Expand All @@ -100,11 +108,11 @@ body:
validations:
required: false

- type: input
- type: textarea
attributes:
label: Pickup location
description: |
Please provide a path to the data on either Hera or WCOSS.
Please provide path(s) to the data on either Ursa or WCOSS.

If this requires a version update, please provide a CLEAN copy of the *entire* directory, including the structure and unchanged files from current directory.

Expand All @@ -113,14 +121,6 @@ body:
validations:
required: true

- type: input
attributes:
label: Size
description: How much data needs to be copied (size of pickup location in MB)?
placeholder: '0'
validations:
required: true

- type: textarea
attributes:
label: Additional information
Expand All @@ -131,21 +131,19 @@ body:

- type: checkboxes
attributes:
label: Tasks for issue assignee
label: Checklist for GW CM
options:
- label: (Providing user) Discuss needs with global-workflow developer assigned to request
- label: (Providing user) Stage a CLEAN copy of data on Hera or WCOSS2 in the location provided above
- label: (Global Workflow CM) Update data in "glopara"-managed space on supported platforms (see checklist below)
- label: (Global Workflow CM - Fix only) Update "Fix File Management" [spreadsheet](https://docs.google.com/spreadsheets/d/1BeIvcz6TO3If4YCqkUK-oz_kGS9q2wTjwLS-BBemSEY/edit?usp=sharing)
- label: (Developer) Make related workflow/component updates (if any)

- type: checkboxes
attributes:
label: Sync to supported platforms (for issue assignee)
label: Checklist for GW CM Only: Sync to supported platforms
options:
- label: WCOSS2
- label: Gaea C6
- label: Hera
- label: Ursa
- label: MSU
- label: AWS
Expand Down