3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Update CONTRIBUTING.md

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-01-22 19:50:31 -05:00 committet von GitHub
Ursprung 13ee59d20b
Commit a2a799a8a7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -28,6 +28,7 @@ sure that you are properly adhering to the code style.
To reduce bugs and ensure code quality, we run the following tools on all commits To reduce bugs and ensure code quality, we run the following tools on all commits
and pull requests: and pull requests:
* [Error Prone](https://errorprone.info/) * [SpotBugs](https://spotbugs.github.io/): ensures that common errors do not
get into the codebase. The build will fail if SpotBugs finds an issue.
* [Checkstyle](http://checkstyle.sourceforge.net/): ensures that your code is * [Checkstyle](http://checkstyle.sourceforge.net/): ensures that your code is
correctly formatted. The build will fail if Checkstyle detects a problem. correctly formatted. The build will fail if Checkstyle detects a problem.