From bcc246ccf8fa2858baf8e07bf760ee6db4d85cf6 Mon Sep 17 00:00:00 2001 From: Anthony Dodd Date: Wed, 26 May 2021 21:15:26 -0500 Subject: [PATCH] Add a pull request template. --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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 000000000..b4990f85a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ + +**Checklist** +- [ ] Updated CHANGELOG.md describing pertinent changes. +- [ ] Updated README.md with pertinent info (may not always apply). +- [ ] Updated guide with pertinent info (may not always apply). +- [ ] Squash down commits to one or two logical commits which clearly describe the work you've done. If you don't, then Dodd will `:)`.