Skip to content

Commit e759c8c

Browse files
committed
Shorten issue template
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 98108ad commit e759c8c

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,13 @@ body:
8484
validations:
8585
required: true
8686

87-
- type: input
87+
- type: dropdown
8888
attributes:
89-
label: Fawe Version
90-
description: What version of Fawe are you running? (`/version FastAsyncWorldEdit`)
91-
placeholder: "For example: FastAsyncWorldEdit version 2.0.0-SNAPSHOT-1"
89+
label: Are you interested in contributing a fix?
90+
description: Indicate if this is something you would like to work on. Contributions speed up the resolution of issues.
91+
multiple: false
92+
options:
93+
- "Yes"
94+
- "No"
9295
validations:
9396
required: true
94-
95-
- type: checkboxes
96-
attributes:
97-
label: Checklist
98-
description: Make sure you have followed each of the steps outlined here.
99-
options:
100-
- label: I have included a Fawe debugpaste.
101-
required: true
102-
- label: I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
103-
required: true
104-
105-
- type: textarea
106-
attributes:
107-
label: Anything else?
108-
description: You can provide additional context below.

0 commit comments

Comments
 (0)