Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.02 KB

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 2.02 KB

Contributing to EVerest

Thank you for your interest in contributing to EVerest. This document explains our contribution process and procedures:

For a description of the roles and responsibilities of the various members of the EVerest community, see the governance policies, and for further details, see the project's Technical Charter. Briefly, Contributors are anyone who submits content to the project, Committers review and approve such submissions, and the Technical Steering Committee provides general project oversight.

If you just need help or have a question, refer to SUPPORT.md.

How to Contribute a Bug Fix or Change

To contribute code to the project, first read over the governance policies page to understand the roles involved.

Each contribution must meet the Java Script or C++ coding style (part of every repository) and include:

Each commit message and pull request description should have enough information in it so that other contributors can understand what has been changed and eventually which impact the change will have.

EVerest is licensed under the Apache License 2.0 license. Contributions should abide by that standard license.

Project committers will review the contribution in a timely manner, and advise of any changes needed to merge the request.