aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/hash-error.yml
blob: 0214fd84c4d037ee6137f55406516bc034f5de22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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