Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Files

Latest commit

aa4e10f · May 11, 2021

History

History
25 lines (17 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 709 Bytes

Contributing Guide

For all contributions we will be looking for properly formatted code for example var names with Camel Casing

//NOT TODO
int my_var_name = 0;
//TODO
int myVarName = 0;

Any contributions to the base of the client must be done in java but any contributions to Models can be done or java!

Before you contribute you must test your code for bugs!

Please try to do small contributions so merging is easier!

Please use the active brach that is not main e.g. 0.6.0 because if there was a file edited in that branch that was editied in you PR we cannot accept the PR

Also join the discord to see the #todo section

Finally, please don't write china code!!!!!

Unless your me >:)