Skip to content

Commit 2963018

Browse files
committed
Update issue templates
1 parent 7a6c4a8 commit 2963018

2 files changed

Lines changed: 21 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
name: 🐞 Non-Mod Bug Report
22
description: Report an issue you've encountered (For mod crashes and compatibility issues, please use the "Incompatible Mod / Crash" template instead!)
3-
labels: [ bug ]
3+
type: Bug
44
body:
5-
- type: markdown
6-
attributes:
7-
value: "## 👋 Welcome!"
85
- type: markdown
96
attributes:
107
value: |
8+
> [!WARNING]
9+
> **Before reporting, always check for similar existing issues on our tracker.**
10+
> If your issue has already been reported, please post a comment on it instead of opening a duplicate.
11+
1112
### 📋 Checklist
1213
Thank you for taking your time to report this bug!
14+
1315
Before reporting, please ensure that:
1416
- You are using the **latest** available version of Connector and its dependencies
17+
1518
- You've installed a **minimal set of mods** required to reproduce the issue.
1619
Issues with modpacks and excessive amount of mods will *not* be accepted, as they take a long time to diagnose.
1720
Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible.
1821
If you're unsure which mods might be at fault, try using [binary search](https://www.reddit.com/r/feedthebeast/comments/evpy6r/tips_for_modpack_authors_how_to_find_misbehaving/) - removing half of installed mods
1922
repeatedly until the faulty mod is found.
23+
2024
- The issue you're experience **doesn't occur** in a Fabric environment with the same mods installed
2125
2226
> [!WARNING]
@@ -58,8 +62,9 @@ body:
5862
attributes:
5963
label: Logs
6064
description: |
61-
If applicable (crash, error output in console), please provide your debug.log **and** crash report
62-
To upload logs, use an external paste site, such as [Github Gist](https://gist.github.com/) (recommended), [Ubuntu Pastebin](https://paste.ubuntu.com/) or [Pastebin](http://pastebin.com)
65+
If applicable (crash, error output in console), please provide your debug.log **and** crash report.
66+
To upload logs, use an external paste site, such as [Github Gist](https://gist.github.com/) (recommended), [Ubuntu Pastebin](https://paste.ubuntu.com/) or [Pastebin](https://pastebin.com).
67+
*Please note that we currently don't accept file uploads.*
6368
- type: textarea
6469
id: context
6570
attributes:

.github/ISSUE_TEMPLATE/mod_incompatibility.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
name: 🚧 Incompatible Mod / Crash
22
description: Report an incompatible Fabric or Forge mod
3-
labels: [compat]
3+
type: Compat
44
body:
5-
- type: markdown
6-
attributes:
7-
value: "## 👋 Welcome!"
85
- type: markdown
96
attributes:
107
value: |
8+
> [!WARNING]
9+
> **Before reporting, always check for similar existing issues on our tracker.**
10+
> If your issue has already been reported, please post a comment on it instead of opening a duplicate.
11+
1112
### 📋 Checklist
1213
Thank you for taking your time to report this bug!
14+
1315
Before reporting, please ensure that:
1416
- You are using the **latest** available version of Connector and its dependencies
17+
1518
- You've installed a **minimal set of mods** required to reproduce the issue.
1619
Issues with modpacks and excessive amount of mods will *not* be accepted, as they take a long time to diagnose.
1720
Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible.
1821
If you're unsure which mods might be at fault, try using [binary search](https://www.reddit.com/r/feedthebeast/comments/evpy6r/tips_for_modpack_authors_how_to_find_misbehaving/) - removing half of installed mods
1922
repeatedly until the faulty mod is found.
23+
2024
- The issue you're experience **doesn't occur** in a Fabric environment with the same mods installed
2125
2226
> [!WARNING]
@@ -77,7 +81,8 @@ body:
7781
description: |
7882
If applicable (crash, error output in console), please provide your debug.log **and** crash report.
7983
Otherwise, we recommend uploading the debug.log found in your `.minecraft/logs` directory.
80-
To upload logs, use an external paste site, such as [Github Gist](https://gist.github.com/) (recommended), [Ubuntu Pastebin](https://paste.ubuntu.com/) or [Pastebin](http://pastebin.com/)
84+
To upload logs, use an external paste site, such as [Github Gist](https://gist.github.com/) (recommended), [Ubuntu Pastebin](https://paste.ubuntu.com/) or [Pastebin](http://pastebin.com/).
85+
*Please note that we currently don't accept file uploads.*
8186
validations:
8287
required: true
8388
- type: textarea

0 commit comments

Comments
 (0)