-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 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,24 @@ | ||
name: Other Issue | ||
description: Report an issue not covered by the other templates. | ||
body: | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Request criteria | ||
description: Please confirm and check all the following options. | ||
options: | ||
- label: I searched the [zstash GitHub Discussions](https://github.com/E3SM-Project/zstash/discussions) to find a similar question and didn't find it. | ||
required: true | ||
- label: I searched the [zstash documentation](https://e3sm-project.github.io/zstash). | ||
required: true | ||
- label: This issue does not match the other templates (i.e., it is not a bug report, documentation request, feature request, or a question.) | ||
required: true | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Issue description | ||
description: | | ||
Please describe the issue. | ||
validations: | ||
required: true |