We really appreciate and value contributions to Winding Tree. Please take 5' to review the items listed below to make sure that your contributions are merged as soon as possible.
- Login with your GitHub account or create one now
- If you find a mistake and you're not sure how to fix it, or you don't know how to do a pull request, then you can file an Issue. Filing an Issue will help us see the problem and fix it.
- Create a new Issue clearly described!
- Fork the Winding Tree repository. Work on your fork.
- Create a new branch on which to make your change, e.g.
git checkout -b fix/my_bug_fix
start branch names with fix, feat, docs or refactor. - Make commits of logical and atomic units.
- Please do one pull request PER functionality, to avoid large merges.
- Commit your change. Include a commit message describing the correction.
- In case of being necessary make sure you have added the necessary tests for your changes. Run all the tests to assure nothing else was accidentally broken.
- Submit a pull request against the Winding Tree repository.
Thanks for your time and code!