Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 875 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 875 Bytes

Contributing to Parami

We Use Github Flow

Pull requests are the best way to propose changes to the codebase.

  1. Fork the repo and create your branch from the main branch.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue your pull request.

Pull request process

  1. All required checks have completed successfully.
    1. CI build (Actions / ru-build)
    2. CI tests (Actions / ru-test)
    3. Coverage (by using codecov.io)
    4. Linting (Actions / ru-lint)
  2. At least one reviewer approve your latest changes.
  3. A maintainer comments bors r+ adding it to the merge queue.

License

By contributing, you agree that your contributions will be licensed under its GNU GENERAL PUBLIC LICENSE Version 3.