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.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.
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.
- 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