aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/hash-error.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/hash-error.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/hash-error.yml b/.github/ISSUE_TEMPLATE/hash-error.yml
new file mode 100644
index 0000000..0214fd8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/hash-error.yml
@@ -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. 7zip@21.00 (not '7-Zip')
+ validations:
+ required: true