Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.02 KB

Contributions

Please note the following aspects when sending us your contribution.

Code contributions

  • We use the Git Flow convention:

    • The development branch contains the last features being added.
    • Releases will be done periodically on master branch.
  • 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

Issues

  • 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