Skip to content

Commit f7fc2f5

Browse files
authoredSep 28, 2020
[CI skip] Moved CONTRIBUTING.md to root directory
1 parent 9121a52 commit f7fc2f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/CONTRIBUTING.md ‎CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ You can also comment on the existing Issue, proposing your idea or communicating
2626
## :wrench: 3. Pull Requests: Additions/Changes
2727
SensibleToolbox is an Open-Source project and anyone is allowed to make changes or add content to this plugin!
2828

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>
3030
So communicating your intended changes before-hand will ensure that you don't put too much work into something that might get rejected.
3131

3232
## :star: 4. Pull Requests: Code Quality
3333
SensibleToolbox uses [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_SensibleToolbox) to monitor Code Quality.
3434

3535
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.
3636
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.
3838

3939
#### Documentation
4040
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:
6363
If you are already using an IDE, make sure to import the project via git and set it up as a *Maven project*.
6464
Then you should be able build it via Maven using the goals `clean package`.
6565

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>
6767
**Note that we will not accept any bug reports from custom-compiled versions of SensibleToolbox**.

0 commit comments

Comments
 (0)
Please sign in to comment.