From bf9b182569cab74696e9de87d502cef83a210048 Mon Sep 17 00:00:00 2001 From: Devin Singh Date: Thu, 8 Apr 2021 09:06:59 -0500 Subject: [PATCH] docs: add pull request template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md 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/). +---