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/DISCUSSION_TEMPLATE/questions.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ body:
39
39
attributes:
40
40
label: What machine were you running on?
41
41
description: |
42
-
List the machine(s) you encounter the issue on (e.g., Chrysalis, Compy, Perlmutter).
42
+
List the machine(s) you encounter the issue on (e.g., Chrysalis, Compy, Perlmutter).
43
43
validations:
44
44
required: true
45
45
@@ -56,38 +56,38 @@ body:
56
56
id: zppy-command
57
57
attributes:
58
58
label: What command did you run?
59
-
description: |
60
-
Copy the command causing the issue (e.g., `zppy -c tests/integration/generated/test_complete_run_chrysalis.cfg`). This will be automatically formatted into code, so no need for markdown backticks.
61
-
render: bash
59
+
description: |
60
+
Copy the command causing the issue (e.g., `zppy -c tests/integration/generated/test_complete_run_chrysalis.cfg`). This will be automatically formatted into code, so no need for markdown backticks.
61
+
render: bash
62
62
validations:
63
63
required: true
64
64
65
65
- type: textarea
66
66
id: cfg-file
67
67
attributes:
68
68
label: Copy your cfg file
69
-
description: |
70
-
Copy the contents of your cfg file into the space below. This will be automatically formatted into code, so no need for markdown backticks.
71
-
render: bash
69
+
description: |
70
+
Copy the contents of your cfg file into the space below. This will be automatically formatted into code, so no need for markdown backticks.
71
+
render: bash
72
72
validations:
73
73
required: true
74
74
75
75
- type: textarea
76
76
id: status-output
77
77
attributes:
78
78
label: What jobs are failing?
79
-
description: |
80
-
Go to the `output` line of your cfg. `cd` into `post/scripts`. Copy the output of `grep -v "OK" *status`. This will be automatically formatted into code, so no need for markdown backticks.
81
-
render: bash
79
+
description: |
80
+
Go to the `output` line of your cfg. `cd` into `post/scripts`. Copy the output of `grep -v "OK" *status`. This will be automatically formatted into code, so no need for markdown backticks.
81
+
render: bash
82
82
validations:
83
83
required: false
84
84
85
85
- type: textarea
86
86
id: stack-trace
87
87
attributes:
88
88
label: What stack trace are you encountering?
89
-
description: |
90
-
Copy a stack trace from one of your failing jobs. This will be automatically formatted into code, so no need for markdown backticks.
91
-
render: bash
89
+
description: |
90
+
Copy a stack trace from one of your failing jobs. This will be automatically formatted into code, so no need for markdown backticks.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ body:
19
19
attributes:
20
20
label: What machine were you running on?
21
21
description: |
22
-
List the machine(s) you encounter the issue on (e.g., Chrysalis, Compy, Perlmutter).
22
+
List the machine(s) you encounter the issue on (e.g., Chrysalis, Compy, Perlmutter).
23
23
validations:
24
24
required: true
25
25
@@ -36,38 +36,38 @@ body:
36
36
id: zppy-command
37
37
attributes:
38
38
label: What command did you run?
39
-
description: |
40
-
Copy the command causing the issue (e.g., `zppy -c tests/integration/generated/test_complete_run_chrysalis.cfg`). This will be automatically formatted into code, so no need for markdown backticks.
41
-
render: bash
39
+
description: |
40
+
Copy the command causing the issue (e.g., `zppy -c tests/integration/generated/test_complete_run_chrysalis.cfg`). This will be automatically formatted into code, so no need for markdown backticks.
41
+
render: bash
42
42
validations:
43
43
required: true
44
44
45
45
- type: textarea
46
46
id: cfg-file
47
47
attributes:
48
48
label: Copy your cfg file
49
-
description: |
50
-
Copy the contents of your cfg file into the space below. This will be automatically formatted into code, so no need for markdown backticks.
51
-
render: bash
49
+
description: |
50
+
Copy the contents of your cfg file into the space below. This will be automatically formatted into code, so no need for markdown backticks.
51
+
render: bash
52
52
validations:
53
53
required: true
54
54
55
55
- type: textarea
56
56
id: status-output
57
57
attributes:
58
58
label: What jobs are failing?
59
-
description: |
60
-
Go to the `output` line of your cfg. `cd` into `post/scripts`. Copy the output of `grep -v "OK" *status`. This will be automatically formatted into code, so no need for markdown backticks.
61
-
render: bash
59
+
description: |
60
+
Go to the `output` line of your cfg. `cd` into `post/scripts`. Copy the output of `grep -v "OK" *status`. This will be automatically formatted into code, so no need for markdown backticks.
61
+
render: bash
62
62
validations:
63
63
required: false
64
64
65
65
- type: textarea
66
66
id: stack-trace
67
67
attributes:
68
68
label: What stack trace are you encountering?
69
-
description: |
70
-
Copy a stack trace from one of your failing jobs. This will be automatically formatted into code, so no need for markdown backticks.
71
-
render: bash
69
+
description: |
70
+
Copy a stack trace from one of your failing jobs. This will be automatically formatted into code, so no need for markdown backticks.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ body:
9
9
attributes:
10
10
label: How will this affect the next version number?
11
11
description: |
12
-
`zppy` uses semantic versioning (https://semver.org/). Bug fixes and small improvements will increment the PATCH version. New features will increment the MINOR version. Incompatible API changes will increment the MAJOR version. The amount of work required to implement a request typically increases with each level. (For bug fixes, use the "Bug Report" template).
13
-
multiple: false
14
-
options:
15
-
- Small improvement (increment PATCH version)
16
-
- New feature (increment MINOR version)
17
-
- Incompatibile API change (increment MAJOR version)
18
-
default: 1
12
+
`zppy` uses semantic versioning (https://semver.org/). Bug fixes and small improvements will increment the PATCH version. New features will increment the MINOR version. Incompatible API changes will increment the MAJOR version. The amount of work required to implement a request typically increases with each level. (For bug fixes, use the "Bug Report" template).
13
+
multiple: false
14
+
options:
15
+
- Small improvement (increment PATCH version)
16
+
- New feature (increment MINOR version)
17
+
- Incompatibile API change (increment MAJOR version)
0 commit comments