Sync the issue template changes from MINGW-packages
This commit is contained in:
parent
47c073900b
commit
4b463d9ee9
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -4,10 +4,29 @@ labels: [bug]
|
|||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description / Steps to reproduce the issue
|
||||||
description: A clear and concise description of what the bug is, and why you consider it to be a bug.
|
description: A clear and concise description of what the bug is, and why you consider it to be a bug, and steps for how to reproduce it
|
||||||
|
placeholder: |
|
||||||
|
A description with steps to reproduce the issue.
|
||||||
|
1. Step 1
|
||||||
|
2. Step 2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected behavior
|
||||||
|
description: A description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Actual behavior
|
||||||
|
description: A description of what is actually happening.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Verification
|
label: Verification
|
||||||
@ -15,34 +34,15 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
|
- label: I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Windows Version
|
label: Windows Version
|
||||||
description: Please run `cmd.exe /c ver` to get the build of Windows you are on.
|
description: Please run `uname` to get the build of Windows you are on.
|
||||||
placeholder: "Microsoft Windows [Version 10.0.19042.867]"
|
placeholder: "MSYS_NT-10.0-22621"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Expected behavior
|
|
||||||
description: A description of what you expected to happen.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Actual behavior
|
|
||||||
description: A description of what is actually happening.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Repro steps
|
|
||||||
placeholder: |
|
|
||||||
A description with steps to reproduce the issue.
|
|
||||||
1. Step 1
|
|
||||||
2. Step 2
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you willing to submit a PR?
|
label: Are you willing to submit a PR?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user