diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..757097a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Please start the title of the pull-request with either: + +`fix:`, `feat:`, `build:`, `chore:`, `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, or `test:` + +append a `!` after the name but before the colon to indicate a breaking change, e.g. `fix!:` + +For more information see [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).