Pull requests are the best way to propose changes to the codebase.
- Fork the repo and create your branch from the main branch.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue your pull request.
- All required checks have completed successfully.
- CI build (Actions / ru-build)
- CI tests (Actions / ru-test)
- Coverage (by using codecov.io)
- Linting (Actions / ru-lint)
- At least one reviewer approve your latest changes.
- A maintainer comments
bors r+
adding it to the merge queue.
By contributing, you agree that your contributions will be licensed under its GNU GENERAL PUBLIC LICENSE Version 3.