Sync the issue template changes from MINGW-packages

This commit is contained in:
Christoph Reiter 2022-12-17 17:30:37 +01:00
parent 47c073900b
commit 4b463d9ee9

View File

@ -4,10 +4,29 @@ labels: [bug]
body:
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the bug is, and why you consider it to be a bug.
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, and steps for how to reproduce it
placeholder: |
A description with steps to reproduce the issue.
1. Step 1
2. Step 2
validations:
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
attributes:
label: Verification
@ -15,34 +34,15 @@ body:
options:
- label: I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
required: true
- type: textarea
- type: input
attributes:
label: Windows Version
description: Please run `cmd.exe /c ver` to get the build of Windows you are on.
placeholder: "Microsoft Windows [Version 10.0.19042.867]"
validations:
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
description: Please run `uname` to get the build of Windows you are on.
placeholder: "MSYS_NT-10.0-22621"
validations:
required: true
- type: input
attributes:
label: Are you willing to submit a PR?