Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.14 KB

File metadata and controls

21 lines (15 loc) · 1.14 KB

How to contribute

Hi! Thanks for considering to contribute to UnitStack! If you found a nasty bug or just have an idea for a nice feature to add, just read this guide, and you're ready to start.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.

Submitting changes

Please send a GitHub Pull Request to the master branch of UnitStack with a clear list of what you've done (read more about pull requests). Please follow the coding conventions (below) and make sure to add a nice descriptions to all commits.

Coding conventions

  • For code formatting please use the Google code style (for Eclipse this for Eclipse)
  • It would be nice if the code is as clean as possible (if you've read 'Clean Code' from Robert C. Martin, you're good to go!)
  • Add unit tests to every new functionality or fix
  • Adding dome documentation would also be a great thing to do