You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+14-7
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,22 @@
1
1
name: Bug Report
2
2
description: Report an issue you've encountered
3
-
labels: [bug]
3
+
labels: [bug]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: "## Welcome!"
7
+
value: "## 👋 Welcome!"
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Thank you for taking your time to report this bug!
12
-
Make sure you are running the latest version before reporting.
11
+
### 📋 Checklist
12
+
Thank you for taking your time to report this bug!
13
+
Before reporting, please make ensure that:
14
+
- You are using the **latest** available version of Connector and its dependencies
15
+
- You've installed a **minimal set of mods** required to reproduce the issue.
16
+
Issues with modpacks and excessive amount of mods will *not* be accepted, as they take a long time to diagnose.
17
+
Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible.
18
+
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
+
repeatedly until the faulty mod is found.
13
20
- type: input
14
21
id: description
15
22
attributes:
@@ -36,10 +43,10 @@ body:
36
43
attributes:
37
44
label: Logs
38
45
description: |
39
-
If applicable (crash, error output in console), please provide your crash report or latest.log
40
-
To upload logs, use an external site to post the crash report, such as [Ubuntu Pastebin](https://paste.ubuntu.com/), [Pastebin](http://pastebin.com/), or [Github Gist](https://gist.github.com/)
46
+
If applicable (crash, error output in console), please provide your debug.log **and** crash report
47
+
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)
41
48
- type: textarea
42
49
id: context
43
50
attributes:
44
51
label: Additional context
45
-
description: "Add any other context about the problem here, such as the modpack you're playing or other mods that might be causing this bug."
52
+
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/mod_incompatibility.yml
+13-6
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,19 @@ labels: [compat]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: "## Welcome!"
7
+
value: "## 👋 Welcome!"
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Thank you for taking your time to report this incompatibility!
12
-
Make sure you are running the latest version of Connector and its dependencies before reporting.
11
+
### 📋 Checklist
12
+
Thank you for taking your time to report this bug!
13
+
Before reporting, please make ensure that:
14
+
- You are using the **latest** available version of Connector and its dependencies
15
+
- You've installed a **minimal set of mods** required to reproduce the issue.
16
+
Issues with modpacks and excessive amount of mods will *not* be accepted, as they take a long time to diagnose.
17
+
Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible.
18
+
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
+
repeatedly until the faulty mod is found.
13
20
- type: input
14
21
id: mod
15
22
attributes:
@@ -51,13 +58,13 @@ body:
51
58
attributes:
52
59
label: Logs
53
60
description: |
54
-
If applicable (crash, error output in console), please provide your crash report.
61
+
If applicable (crash, error output in console), please provide your debug.log **and** crash report.
55
62
Otherwise, we recommend uploading the debug.log found in your `.minecraft/logs` directory.
56
-
To upload logs, use an external site to post the crash report, such as [Ubuntu Pastebin](https://paste.ubuntu.com/), [Pastebin](http://pastebin.com/), or [Github Gist](https://gist.github.com/)
63
+
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/)
57
64
validations:
58
65
required: true
59
66
- type: textarea
60
67
id: context
61
68
attributes:
62
69
label: Additional context
63
-
description: "Add any other context about the problem here, such as the modpack you're playing or other mods that might be causing this bug."
70
+
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ on [MinecraftForge](https://minecraftforge.net). Its goal is to bring the two pl
24
24
developers time and effort maintaining their mods for multiple platforms at once, as well as allowing players to play
25
25
all their favourite mods in one modpack.
26
26
27
-
### Recommendations
27
+
### 🔗 Related Projects
28
28
29
29
- Visit the [Mod Compatibility Thread](https://github.com/Sinytra/Connector/discussions/12) to can find information about known working / incompatible mods
30
30
- To learn more about how Connector works, read our [Introductory blog post](https://github.com/Sinytra/Connector/discussions/11)
0 commit comments