Skip to content

Contributing a Pull Request

Amy Wooding edited this page Aug 5, 2026 · 2 revisions

Here's the recommended process for contributing pull requests:

  1. Set up your development environment
  2. Fork the repository and create a branch on your fork
  3. Make your changes and commit them
  4. Run the tests locally and check the results
  5. Create a pull request and make sure CI tests pass
  6. Address any feedback from code reviewers
  7. Once approved, your changes will be merged

If you are fixing a known issue please add the issue number to the PR message. If you are fixing a new issue, feel free to file an issue and then reference it in the PR. You can browse open issues to find something to work on.

Clone this wiki locally