forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore): Add new 'hash-error' issue template (ScoopInstaller#4177)
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 🔢 Hash Error | ||
description: Open an issue about a package's hash is incorrect. | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have used the predefined issue title. (e.g. "xxx@xxx: hash check failed") | ||
required: true | ||
- label: I have verified that I am using the latest version of Scoop and corresponding bucket. | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Package Name and Version | ||
description: Name and version of package (install name) which has incorrect hash. | ||
placeholder: e.g. [email protected] (not '7-Zip') | ||
validations: | ||
required: true |