Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 551 Bytes

ContributingGuide.md

File metadata and controls

23 lines (16 loc) · 551 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!

Also join the discord to see the #todo section

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

Unless your me >:)