Skip to content

Commit

Permalink
(chore): Add new 'hash-error' issue template (ScoopInstaller#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Nov 30, 2022
1 parent d2869f9 commit 99b02fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Scoop Community Support
url: https://github.com/ScoopInstaller/Scoop/discussions
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/hash-error.yml
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

0 comments on commit 99b02fd

Please sign in to comment.