Contributions
If you have any ideas, just open an issue and share them.
Pull requests
If you'd like to contribute, here are the steps:
- Fork the project (https://github.com/steve-lebleu/kompletr.git)
- Create your feature branch
bash
> git checkout -b feature/foo
- Commit your changes
bash
> git commit -m 'feat: amazing new feature'
- Make sure your branch is not behind master
- Push your branch
bash
> git push origin feature/foo
- Create a new pull request
- Pull requests are warmly welcome
Versionning
For transparency and insight into the release cycle, releases will be numbered with the semver standard:
html
<major>.<minor>.<patch>
Following guidelines are relevant:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
Release flags
- [Experimental]: under testing and might be deprecated at any point
- [Deprecated]: not developed / supported anymore, might be removed at any point
- [Removed]: completely gone, no longer exists
- [Changed]: breaking change in the API or the core library
- [Updated]: non-breaking change in the API or the core library
- [Fixed]: bug or issue that was fixed and no longer exists
- [Added]: new feature