-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
lokka30 edited this page Aug 28, 2021
·
7 revisions
Valid as of | Completion |
---|---|
SleepFixer v2.0.0 | 🟢 100% |
-
Before working on a PR, please contact the development team to make sure it is worthy of your time. If an issue on the issue tracker has the label
contributions welcome
then it is likely we will give you the 👍🏻. -
Do not use automatic code cleanup on your IDE. For example,
Reformat Code
andRearrange Code
on IntelliJ do this, it messes with my manual intentional arrangement of code and comments. - Please use curly brackets, especially if it is an 'if abc else xyz' statement. The only exception is for small 'if' statements, such as
if(enabled) runMethod();
. - Include javadocs and comments to your code wherever possible, unless it is obviously self-explanatory (e.g. 'changeWoolColor(Block)`)
- Please do not commit any personal IDE settings change unless you feel they are a significant improvement. If you find your IDE is adding its own files then consider adding them to
.gitignore
. - Use American English (
en-us
) as the language in all of your contributions.
- Any contributions must fall under the same license described in
LICENSE.md
. - You are expected to own or clearly credit the code you have contributed.
- If you are copying code, check the license of copied code beforehand and request permission from the code's author.
- Use JetBrains IntelliJ IDEA, it's far better than Eclipse and it's free.
Got a question, issue or suggestion?
- We prefer you use our Discord server to contact us.
- If you are unable to or do not wish to use our Discord server, you can either post on the issue tracker or PM lokka30 on SpigotMC.
- Do not use the reviews section on our SpigotMC page to contact us, this section is for reviews only.
Ensure you state you are seeking help for SleepFixer if you contact us. We have multiple other plugins too :)