Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.52 KB

Veraison components - contribution guidelines

Contributions to this project are welcome. We request that you read through the guidelines before getting started.

## Contributor License Agreement

Your contribution is accepted under the Apache 2.0 license.

Community guidelines

Get acquainted with our code of conduct that contains our community guidelines.

Contribution

### Code quality

When contributing to any of the Veraison code repos, make sure that you follow the golang coding standards and conventions established in:

Code reviews

All submissions will be reviewed before merging. Submissions are reviewed using GitHub pull requests.

Please make sure before you submit a pull request that a corresponding Github issue exists where the problem you are trying to solve and any implementation approach can be discussed.

Also, remember to link your pull request to the corresponding issue.

Please check the Contributing guidelines for any of the Veraison repos as they may add more guidance on appropriate Test or Documentation topics relevant to the contents of that repo.