aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 0d305b8816df4a3cf10e5d03baf5ccc6dfc6e09a (plain)
1
2
3
4
5
6
7
8
9
10
11
PR Instructions/requirements
* Title uses `type: description` format. See CONTRIBUTING.md for types.
* Common types are: build, docs, feat, fix, refactor, revert, test
* Breaking changes include "!" after the type and a "BREAKING CHANGES:"
  section at the bottom.
* Body text describes:
  * Why this change is being made, briefly.
  * Before and after behavior, as applicable
  * References issue number, as applicable
* Update docs and tests, as applicable
* Delete these instructions prior to sending the PR