Skip to content

Commit a82d078

Browse files
committed
ci: Add issue template
1 parent d590e05 commit a82d078

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Main
2+
description: Report an issue with the mod
3+
title: "[Issue]: "
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
placeholder: Describe your issue
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
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.
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)