From 305d223c10a50a6b93e23e28be33a83595fbf58c Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Sun, 18 Jul 2021 15:43:05 -0400 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..792e17b --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,7 @@ +### Description + + +### Checklist +- [ ] The version field in `package.json` is incremented following [semantic versioning](https://semver.org/) +- [ ] The box that allows repo maintainers to update this PR is checked +- [ ] I tested locally to make sure this feature/fix works