diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4841aec --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +--- +- [ ] I have reviewed CONTRIBUTING.md. +- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format. +- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/). +---