Contributing
clEsperanto is an open-source project, and we welcome contributions of all kinds. There are many ways to help, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into clEsperanto itself. Do not hesitate to ask questions on the forum or to open an issue on GitHub.
Versioning
The versioning of this project is based on the Semantic Versioning Specification.
Semantic Versions are in the format: MAJOR.MINOR.PATCH
.
- bug and typo fix:
increase the patch version
- new functionality in a non-breaking way:
increase the minor version (and reset patch to 0)
- breaking changes:
increase the major version (and reset the patch and minor version to 0).
The project version is managed directly in the github release page.
Note
We are currently in a alpha stage, MAJOR
is kept to 0 until we reach a stable version.