|
1 | 1 | name: 🐞 Non-Mod Bug Report |
2 | 2 | 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 |
4 | 4 | body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: "## 👋 Welcome!" |
8 | 5 | - type: markdown |
9 | 6 | attributes: |
10 | 7 | 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 | + |
11 | 12 | ### 📋 Checklist |
12 | 13 | Thank you for taking your time to report this bug! |
| 14 | + |
13 | 15 | Before reporting, please ensure that: |
14 | 16 | - You are using the **latest** available version of Connector and its dependencies |
| 17 | + |
15 | 18 | - You've installed a **minimal set of mods** required to reproduce the issue. |
16 | 19 | Issues with modpacks and excessive amount of mods will *not* be accepted, as they take a long time to diagnose. |
17 | 20 | Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible. |
18 | 21 | 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 |
19 | 22 | repeatedly until the faulty mod is found. |
| 23 | + |
20 | 24 | - The issue you're experience **doesn't occur** in a Fabric environment with the same mods installed |
21 | 25 | |
22 | 26 | > [!WARNING] |
|
58 | 62 | attributes: |
59 | 63 | label: Logs |
60 | 64 | 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.* |
63 | 68 | - type: textarea |
64 | 69 | id: context |
65 | 70 | attributes: |
|
0 commit comments