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: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ You can also comment on the existing Issue, proposing your idea or communicating
26
26
## :wrench: 3. Pull Requests: Additions/Changes
27
27
SensibleToolbox is an Open-Source project and anyone is allowed to make changes or add content to this plugin!
28
28
29
-
Please visit our [Discord Server](https://github.com/Slimefun/Slimefun4#discord) and share your ideas first, we hate to reject changes because the community disagrees.<br>
29
+
Please visit our [Discord Server](https://discord.gg/slimefun) and share your ideas first, we hate to reject changes because the community disagrees.<br>
30
30
So communicating your intended changes before-hand will ensure that you don't put too much work into something that might get rejected.
31
31
32
32
## :star: 4. Pull Requests: Code Quality
33
33
SensibleToolbox uses [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_SensibleToolbox) to monitor Code Quality.
34
34
35
35
We always welcome quality improvements to the code and the "Code Smells" section on [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_SensibleToolbox) is a great place to start.
36
36
But please keep in mind that some design patterns may not be changed too abruptly if an addon depends on them.
37
-
To prevent any accidents from happening, please contact us on our [Discord Server](https://github.com/Slimefun/Slimefun4#discord) before-hand and state your intended changes.
37
+
To prevent any accidents from happening, please contact us on our [Discord Server](https://discord.gg/slimefun) before-hand and state your intended changes.
38
38
39
39
#### Documentation
40
40
Code documentation is also a great way to improve the maintainability of the project.
@@ -63,5 +63,5 @@ To compile SensibleToolbox yourself, follow these steps:
63
63
If you are already using an IDE, make sure to import the project via git and set it up as a *Maven project*.
64
64
Then you should be able build it via Maven using the goals `clean package`.
65
65
66
-
If you have any further questions, then please join our [Discord Support Server](#discord) and ask your questions in the `#programming-help` channel.<br>
66
+
If you have any further questions, then please join our [Discord Support Server](https://discord.gg/slimefun) and ask your questions in the `#programming-help` channel.<br>
67
67
**Note that we will not accept any bug reports from custom-compiled versions of SensibleToolbox**.
0 commit comments