You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new_feature.yml
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,9 @@ body:
20
20
id: description
21
21
attributes:
22
22
label: What new functionality do you need?
23
-
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
24
-
validations:
25
-
required: true
26
-
27
-
- type: textarea
28
-
id: requirements
29
-
attributes:
30
-
label: What are the requirements for the new functionality?
23
+
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:
24
+
- What are the requirements for the new functionality?
25
+
- Are there any links to related issues, discussions, or resources that provide additional context?
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/static_data.yml
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,18 @@ labels: ["Static Data Mgmt"]
4
4
projects: ["NOAA-EMC/41"]
5
5
assignees:
6
6
- DavidHuber-NOAA
7
-
- aerorahul
7
+
- aerorahul
8
8
9
9
body:
10
-
- type: dropdown
10
+
- type: markdown
11
+
attributes:
12
+
description: |
13
+
Process:
14
+
- Stage data on Ursa or WCOSS2
15
+
- Make sure permissions are set properly (global read access)
16
+
- CMs will push data and ask for verification
17
+
18
+
- type: checkboxes
11
19
attributes:
12
20
label: Type of static data
13
21
description: |
@@ -21,7 +29,7 @@ body:
21
29
validations:
22
30
required: true
23
31
24
-
- type: dropdown
32
+
- type: checkboxes
25
33
attributes:
26
34
label: Target directory
27
35
options:
@@ -78,7 +86,7 @@ body:
78
86
validations:
79
87
required: true
80
88
81
-
- type: dropdown
89
+
- type: checkboxes
82
90
attributes:
83
91
label: Any workflow changes needed?
84
92
description: |
@@ -100,11 +108,11 @@ body:
100
108
validations:
101
109
required: false
102
110
103
-
- type: input
111
+
- type: textarea
104
112
attributes:
105
113
label: Pickup location
106
114
description: |
107
-
Please provide a path to the data on either Hera or WCOSS.
115
+
Please provide path(s) to the data on either Ursa or WCOSS.
108
116
109
117
If this requires a version update, please provide a CLEAN copy of the *entire* directory, including the structure and unchanged files from current directory.
110
118
@@ -113,14 +121,6 @@ body:
113
121
validations:
114
122
required: true
115
123
116
-
- type: input
117
-
attributes:
118
-
label: Size
119
-
description: How much data needs to be copied (size of pickup location in MB)?
120
-
placeholder: '0'
121
-
validations:
122
-
required: true
123
-
124
124
- type: textarea
125
125
attributes:
126
126
label: Additional information
@@ -131,21 +131,19 @@ body:
131
131
132
132
- type: checkboxes
133
133
attributes:
134
-
label: Tasks for issue assignee
134
+
label: Checklist for GW CM
135
135
options:
136
136
- label: (Providing user) Discuss needs with global-workflow developer assigned to request
137
-
- label: (Providing user) Stage a CLEAN copy of data on Hera or WCOSS2 in the location provided above
138
137
- label: (Global Workflow CM) Update data in "glopara"-managed space on supported platforms (see checklist below)
0 commit comments