Pull Request Checklist

Follow this checklist for submitting a pull request (PR):

  1. Your ticket is a "Help Wanted" issue on GitHub for the project that you're contributing to.

  2. Your branch is up-to-date with the main branch.

  3. Your code follows the established code style defined in the lint rules.

  4. You have included any relevant test for the code that you're contributing.

  5. You are submitting your PR against the main branch of the repository you are contributing to from your fork.

  6. Make sure that you reference your "Help Wanted" issue in the description of your pull request.

Once your code is submitted, we have several continuous integration jobs that automatically run. Each one of these tests must pass before being reviewed. Once your tests have passed your PR will go through a code review.

Last updated