Skip to content

Commit c033c9a

Browse files
committed
Switch to issue forms
1 parent 25722db commit c033c9a

10 files changed

+160
-63
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-18
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug Report
2+
description: Report of a bug
3+
title: "[Bug]: "
4+
assignees: PlatinPython
5+
labels:
6+
- bug
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the bug you encountered.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
- type: input
16+
attributes:
17+
label: Minecraft Version
18+
validations:
19+
required: true
20+
- type: input
21+
attributes:
22+
label: Forge Version
23+
- type: input
24+
attributes:
25+
label: Mod Version
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Description
31+
description: A short description of the bug you're encountered.
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Steps to reproduce
37+
description: The steps needed to reproduce the bug.
38+
validations:
39+
required: true
40+
- type: input
41+
attributes:
42+
label: A link to the the debug.log, preferably on https://gist.github.com
43+
- type: textarea
44+
attributes:
45+
label: Additional info

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/crash-report.md

-16
This file was deleted.
+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Crash Report
2+
description: Report of a crash
3+
title: "[Crash]: "
4+
assignees: PlatinPython
5+
labels:
6+
- crash
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the crash you encountered.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
- type: input
16+
attributes:
17+
label: Minecraft Version
18+
validations:
19+
required: true
20+
- type: input
21+
attributes:
22+
label: Forge Version
23+
- type: input
24+
attributes:
25+
label: Mod Version
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Description
31+
description: A short description of the crash you're encountered.
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Steps to reproduce
37+
description: The steps needed to reproduce the crash.
38+
validations:
39+
required: true
40+
- type: input
41+
attributes:
42+
label: A link to the the debug.log, preferably on https://gist.github.com
43+
validations:
44+
required: true
45+
- type: textarea
46+
attributes:
47+
label: Additional info

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Feature request
2+
description: Suggest an idea/feature
3+
title: "[Feature]: "
4+
assignees: PlatinPython
5+
labels:
6+
- enhancement
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the feature you want.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Description
18+
description: A short description of the feature you want.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Ideas on how to implement it
24+
description: If you have ideas on how to implement the feature you want.
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Change/Improvement
2+
description: Suggest a change or improvement to an existing feature
3+
title: "[Change/Improvement]: "
4+
assignees: PlatinPython
5+
labels:
6+
- enhancement
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the change/improvement you want.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Description
18+
description: A short description of the change/improvement you want.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Ideas on how to implement it
24+
description: If you have ideas on how to implement the change/improvement you want.

.github/ISSUE_TEMPLATE/question.md

-9
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Question
2+
description: If you have a problem that does not fit the other templates
3+
title: "[Question]: "
4+
assignees: PlatinPython
5+
labels:
6+
- question
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the question you have.
12+
options:
13+
- label: I have searched the existing issues
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Question
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)