Merge pull request #20218 from Homebrew/migrate-semeru-jdk
[Homebrew/homebrew-cask-versions.git] / .github / ISSUE_TEMPLATE / 01_bug_report.yml
blob1a0ecc13d4b29a147cc11e514ddefcccfd043fb2
1 name: Reproducible Bug Report
2 description: If you’re sure it’s reproducible and not just your machine, submit an issue so we can investigate
3 body:
4   - type: checkboxes
5     attributes:
6       label: Verification
7       description: Please verify that you’ve followed these steps
8       options:
9         - label: I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md).
10           required: true
11         - label: I have retried my command with `--force`.
12           required: false
13         - label: I ran `brew update-reset && brew update` and retried my command.
14           required: false
15         - label: I ran `brew doctor`, fixed as many issues as possible and retried my command.
16           required: false
17         - label: I have checked the instructions for [reporting bugs](https://github.com/Homebrew/homebrew-cask#reporting-bugs).
18           required: true
19         - label: I made doubly sure this is not a [checksum does not match / SHA256 mismatch](https://docs.brew.sh/Common-Issues#cask---checksum-does-not-match) error (do not open an issue before trying to open a PR to fix first).
20           required: true
21   - type: textarea
22     attributes:
23       label: Description of issue
24     validations:
25       required: true
26   - type: input
27     attributes:
28       label: Command that failed
29     validations:
30       required: true
31   - type: textarea
32     attributes:
33       label: Output of command with `--verbose --debug`
34       render: shell
35     validations:
36       required: true
37   - type: textarea
38     attributes:
39       label: Output of `brew doctor` and `brew config`
40       render: shell
41     validations:
42       required: true
43   - type: textarea
44     attributes:
45       label: Output of `brew tap`
46       render: shell
47     validations:
48       required: true