This is an open source project, and thus relies on the generosity of its contributors, who sacrifice their time and effort to write code and documentation.
If you have made some changes that you think should be integrated in the main repository, below is a short summary of the steps necessary to do so:
- Fork the main repository (if you haven't done this already)
- Create a branch for your work
- Make some commits
- Run the tests (
make test
ortox
)- Fix any problems that the test suite revealed
- Push the branch to your own GitHub repository fork
- Open a pull request against this repository
- Receive feedback in the pull request.
- Update work according to feedback
- The work will be merged into the main repository