Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.33 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 2.33 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Open a PR following the template.
  2. Update the CHANGELOG.md with details of changes to the interface if they are breaking changes, this includes new environment variables, exposed ports useful file locations and container parameters.
  3. Pull Request can be merged in once you have the sign-off of one other developer, or if you do not have permission to do that you may request the reviewer to merge it for you.

Issue Report Process

  1. Go to the project's issues.
  2. Select the template that better fits your issue.
  3. Read carefully the instructions and write within the template guidelines.
  4. Submit it and wait for support.

Reviewing process

  1. After a PR is opened maintainers are notified
  2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
    • Coverage (optional): tarpaulin is used with command cargo tarpaulin --out Lcov --all-features -- --test-threads 1
    • Linting: clippy is used with command cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings
    • Testing: multiple test pipelines are run for different targets
  3. When everything is OK, code is merged.

Contribution Best Practices