Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 432 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;

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 >:)