Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.26 KB

How to contribute

If your contribution is a bugfix, try to search if there is already an open ticket and open a new one if not yet opened.

Contributions are made using Github pull requests.

  1. Create a new PR, your PR should request to merge to the master branch.
  2. Ensure that the description is clear, refer to an existing ticket/bug if applicable.
  3. When contributing a new feature, provide motivation and use-cases describing why the feature is important enough to be delivered with the stack to everyone.
  4. Adding and updating features require update of the documentation.

Styleguides

Every new source file should have a copyright header.

Commit messages should be written in English only, should be clear and descriptive, written in present tense and using imperative mood ("Fix" instead of "Fixes", "Improve" instead of "Improved").

Add the related bug reference to a commit message (bug number after a hash character between round braces).

See How to Write a Git Commit Message

Code of conduct

See CODE_OF_CONDUCT.md.