Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1 KB

Contributing to PROJECT

PROJECT project is licensed under Apache 2.0 license and is open for contributions mainly via GitHub pull requests.

How to Contribute

You can contribute to the project by submitting Pull Requests (PRs), submitting Issues that you found which will help us improve PROJECT, or by suggesting new features.

When submitting a Pull Request, we expect that it will pass following requirements:

  • Your code must be written in an idiomatic LANGUAGE.
  • Add PROJECT specific requirements here.
  • Add LANGUAGE specific requirements here.
  • If you are submitting a PR with a new feature, code should be covered with the suite of unit tests that test new functionality. Same rule applies for PRs that are bug fixes.

Commit message format

Every commit message should contain information about package under which the changes were applied, short summary of the implemented changes and GitHub issue it relates to (if applicable):

<package>: <what has changed> [Fixes #<issue-number>]