| layout | layout-docs.njk | |
|---|---|---|
| title | Open a pull request | |
| order | 80 | |
| tags |
|
{% band %}
- Create a new Pull Request
- Fill out the Pull Request template to the best of your ability.
- Ensure you've used conventional commit standards for your commit messages. If not please squash your commits or rename them to follow convention.
- Please run
npm run lintandnpm run testlocally to ensure your code passes linting and testing. - Ask someone to code review your branch.
- Once approved and all tests are passing, run a squash merge following conventional commit standards into main.
{% endband %}