mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-01-02 18:37:41 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
e501046073
commit
e81c84671c
@ -10,7 +10,7 @@ Please note we have a code of conduct, please follow it in all your interactions
|
|||||||
- For consistency, please only use spaces for indentation.
|
- For consistency, please only use spaces for indentation.
|
||||||
- Use descriptiveCamelCase for variable/method names. Names containing underscore or abbreviations should be changed.
|
- Use descriptiveCamelCase for variable/method names. Names containing underscore or abbreviations should be changed.
|
||||||
- Restrict changes in a commit to a single event or section of code (e.g. refactor BlockBreakEvent and BlockPlaceEvent in separate commits)
|
- Restrict changes in a commit to a single event or section of code (e.g. refactor BlockBreakEvent and BlockPlaceEvent in separate commits)
|
||||||
- Attempt to keep the amount of code modified in a single commit small and readable.
|
- Attempt to keep the amount of code modified in a single pull request small and readable.
|
||||||
- Please utilize [SonarLint](https://www.sonarlint.org) in your IDE. Contributions are automatically analyzed.
|
- Please utilize [SonarLint](https://www.sonarlint.org) in your IDE. Contributions are automatically analyzed.
|
||||||
- When adding new functionality, please also be sure to update the documentation as well.
|
- When adding new functionality, please also be sure to update the documentation as well.
|
||||||
- Use common sense. If you have a suggestion for a contribution guideline, post it on Discord.
|
- Use common sense. If you have a suggestion for a contribution guideline, post it on Discord.
|
||||||
@ -148,4 +148,4 @@ at [https://www.contributor-covenant.org/translations][translations].
|
|||||||
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
|
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
|
||||||
[Mozilla CoC]: https://github.com/mozilla/diversity
|
[Mozilla CoC]: https://github.com/mozilla/diversity
|
||||||
[FAQ]: https://www.contributor-covenant.org/faq
|
[FAQ]: https://www.contributor-covenant.org/faq
|
||||||
[translations]: https://www.contributor-covenant.org/translations
|
[translations]: https://www.contributor-covenant.org/translations
|
||||||
|
Loading…
Reference in New Issue
Block a user