Please note the following aspects when sending us your contribution.
-
We use the Git Flow convention:
- The
development
branch contains the last features being added. - Releases will be done periodically on
master
branch.
- The
-
We expect that your contributions:
- Are done through pull requests.
- Use the convention
feature/<branch>
name for new features. - Use the convention
bugfix/<branch>
name for bug fixes.
-
Compliant with The Apache Groovy programming language - Style guide
-
Before opening a new issue, please double-check first if a mathing issue already exists in the list of open issues.
-
Use the issues to:
- Report & Fix bugs
- Request access to contribute (if you do not have)
- Implement new features/functionalities
- Improve library structure
- Share suggestions