Skip to content

Commit 23081df

Browse files
committed
github: Update issue templates
1 parent 1bd3b36 commit 23081df

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Enhancement
2+
description: Request an enhancement or feature. THIS IS NOT FOR BUG REPORTS
3+
title: "[Enhancement]: "
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
placeholder: Describe your request
10+
validations:
11+
required: true
12+
- type: checkboxes
13+
id: terms
14+
attributes:
15+
label: This is not a bug report
16+
description: By submitting this issue, you confirm that this is not a bug report.
17+
options:
18+
- label: I confirm that this is not a bug report, and that this issue can be deleted without notice if this is a bug report.
19+
required: true

.github/ISSUE_TEMPLATE/main.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ body:
1212
- type: textarea
1313
attributes:
1414
label: fml_client_latest.log, and crash reports, if any.
15-
description: Select this text box and drag+drop the log file here. Your issue will be automatically closed without the correct log files.
15+
description: Select this text box and drag+drop the log files here.
16+
FML_CLIENT_LATEST.LOG IS REQUIRED EVEN IF THERE IS NO CRASH.
17+
FML_CLIENT_LATEST.LOG IS REQUIRED EVEN IF THERE IS NO CRASH.
18+
FML_CLIENT_LATEST.LOG IS REQUIRED EVEN IF THERE IS NO CRASH.
19+
Your issue will be automatically closed without the correct log files.
20+
Your issue will be automatically closed without the correct log files.
21+
Your issue will be automatically closed without the correct log files.
22+
Your issue will be automatically closed without the correct log files.
23+
Your issue will be automatically closed without the correct log files.
1624
validations:
17-
required: true
25+
required: true
26+
- type: checkboxes
27+
id: terms
28+
attributes:
29+
label: I have submitted the required files
30+
description: By submitting this issue, you confirm that the section above contains either fml_client_latest.log, or a crash report file.
31+
options:
32+
- label: I confirm that i have attached the required log files as a github attachment, and not as a pastebin/mclogs link.
33+
required: true

0 commit comments

Comments
 (0)