Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 1.23 KB

Contributing to message-catalog-manager

We welcome contributions to the message-catalog-manager Project in many forms, and there's always plenty to do!

First things first, please review the message-catalog-manager Project's Code of Conduct before participating. It is important that we keep things civil.

Coding guidelines

Please ensure you follow the coding standards used through-out the existing code base. Coding standards are checked by ESLint. 100% test coverage must be maintained at all times. Run the following command to check coding rules and test coverage:

npm t

Legal stuff

We have tried to make it as easy as possible to make contributions. This applies to how we handle the legal aspects of contribution. We use the same approach—the Developer's Certificate of Origin 1.1 (DCO)—that the Linux® Kernel community uses to manage code contributions. We simply ask that when submitting a pull request, the developer must include a sign-off statement in the pull request description.

Here is an example Signed-off-by line, which indicates that the submitter accepts the DCO:

Signed-off-by: John Doe <john.doe@hisdomain.com>