Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.84 KB

File metadata and controls

31 lines (27 loc) · 1.84 KB
layout layout-docs.njk
title Open a pull request
order 80
tags
develop

{% band %}

  1. Create a new Pull Request
  2. Fill out the Pull Request template to the best of your ability.
  3. Ensure you've used conventional commit standards for your commit messages. If not please squash your commits or rename them to follow convention.
  4. Please run npm run lint and npm run test locally to ensure your code passes linting and testing.
  5. Ask someone to code review your branch.
  6. Once approved and all tests are passing, run a squash merge following conventional commit standards into main.

{% endband %}