We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590e05 commit a82d078Copy full SHA for a82d078
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
1
+blank_issues_enabled: false
.github/ISSUE_TEMPLATE/main.yml
@@ -0,0 +1,17 @@
+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
13
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
17
0 commit comments