Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 607 Bytes

File metadata and controls

13 lines (9 loc) · 607 Bytes

Contributing to MCBotLib

Thank you for your interest in contributing to this plugin!
To ensure consistency in the codebase, we have specific code style guidelines.
Please familiarize yourself with these guidelines before submitting your code.

Code Style

Java

This project adheres to the Google Java Style Guide.
All the rules described in this style guide are mandatory for contributions to MCBotLib.
To help you comply with this code style, we suggest using CheckStyle.