Skip to content

Commit daadb82

Browse files
committed
(chore): Add new 'hash-error' issue template
1 parent b91f6f4 commit daadb82

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: Scoop Community Support
44
url: https://github.com/ScoopInstaller/Scoop/discussions

.github/ISSUE_TEMPLATE/hash-error.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 🔢 Hash Error
2+
description: Open an issue about a package's hash is incorrect.
3+
labels: ["bug"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Prerequisites
8+
options:
9+
- label: I have used the predefined issue title. (e.g. "xxx@xxx: hash check failed")
10+
required: true
11+
- label: I have verified that I am using the latest version of Scoop and corresponding bucket.
12+
required: true
13+
- type: input
14+
attributes:
15+
label: Package Name and Version
16+
description: Name and version of package (install name) which has incorrect hash.
17+
placeholder: e.g. [email protected] (not '7-Zip')
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)