Tatami is an Open Source project, which uses the Apache 2 http://www.apache.org/licenses/LICENSE-2.0 license. If you contribute to Tatami, you agree that your code belongs to the Tatami project and follows this license.
- Create a GitHub account.
- Submit a ticket for your issue, assuming one does not already exist.
- Clearly describe the issue including steps to reproduce it, when it is a bug.
- Fork the repository on GitHub.
- Make commits of logical units.
- Make sure your commit messages include the ticket number you have created. Github should automatically link your changes with the ticket.
- Make sure you have added the necessary tests for your changes.
- Run all the tests to assure nothing else was accidentally broken.
- Push your changes in your fork of the repository.
- Submit a pull request to the repository in the ippontech organization.
- If you need help about making a pull request, here is the documentation.
- Your code will be automatically built by Buildhive. Your pull request should have a Buildhive comment a few minutes after your commit.