Skip to content

Commit 1f71eeb

Browse files
authored
Updates to GitHub templates (#310)
1 parent 0047c73 commit 1f71eeb

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.github/DISCUSSION_TEMPLATE/questions.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ body:
1818
- label: I searched the [zstash documentation](https://e3sm-project.github.io/zstash).
1919
required: true
2020

21+
- type: textarea
22+
id: deadline
23+
attributes:
24+
label: What is the deadline?
25+
description: |
26+
How urgently do you need a response to this question? Is there a day you need a resolution by? Knowing these constraints helps zstash developers properly priortize user questions.
27+
validations:
28+
required: true
29+
2130
- type: textarea
2231
id: your-question
2332
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: Questions (zstash)
4-
url: https://github.com/E3SM-Project/zstash/discussions
4+
url: https://github.com/E3SM-Project/zstash/discussions/categories/questions
55
about: |
66
Ask questions and discuss with other zstash community members here. Please
77
browse the zstash Discussions Forum or zstash documentation first before asking a
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Other Issue
2+
description: Report an issue not covered by the other templates.
3+
body:
4+
- type: checkboxes
5+
id: checks
6+
attributes:
7+
label: Request criteria
8+
description: Please confirm and check all the following options.
9+
options:
10+
- label: I searched the [zstash GitHub Discussions](https://github.com/E3SM-Project/zstash/discussions) to find a similar question and didn't find it.
11+
required: true
12+
- label: I searched the [zstash documentation](https://e3sm-project.github.io/zstash).
13+
required: true
14+
- label: This issue does not match the other templates (i.e., it is not a bug report, documentation request, feature request, or a question.)
15+
required: true
16+
17+
- type: textarea
18+
id: issue-description
19+
attributes:
20+
label: Issue description
21+
description: |
22+
Please describe the issue.
23+
validations:
24+
required: true

0 commit comments

Comments
 (0)