mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
(chore): Add new 'hash-error' issue template (#4177)
This commit is contained in:
parent
d2869f9268
commit
99b02fda1d
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Scoop Community Support
|
- name: Scoop Community Support
|
||||||
url: https://github.com/ScoopInstaller/Scoop/discussions
|
url: https://github.com/ScoopInstaller/Scoop/discussions
|
||||||
|
|||||||
19
.github/ISSUE_TEMPLATE/hash-error.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/hash-error.yml
vendored
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user