Contributions are always welcome.
- Fork and clone the repository
make prepare
- Fix bugs, implement features
- Update the
README.md
and thedoc/ogive.1
files if your changes impact the user interface - Format your code using
make format
- Submit a pull request
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.