diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a7348a..f1848c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. - 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) -- 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. - 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. @@ -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 [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq -[translations]: https://www.contributor-covenant.org/translations \ No newline at end of file +[translations]: https://www.contributor-covenant.org/translations