Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 633 Bytes

The following guidelines have been written in hopes of making the software more maintainable. They represent what we consider to be good programming practices, and are not necessarily definitive.

Submitting your code.

Please work in a fork of the repository!

All changes should be made in a branch called feature:# or fix:# (with # being the issue your changes are correlated to).
Once you have tested your change, please make a pull request here.

Code Style

(C guidelines are a work in progress)