From 8aa56aacf1151f79e9be08391286563b33d7128b Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Wed, 9 Feb 2022 14:00:28 -0700 Subject: [PATCH] Add a PR template (#171) This is just what's already in the contributing docs, and is just to help both reviewers and authors remember to add changelog entries, check for tests, etc. --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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..dbf3884 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + + +I have: +- [ ] Written a clear PR title and description (above) +- [ ] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla) +- [ ] Added tests covering my changes, if applicable +- [ ] Included a link to the issue fixed, if applicable +- [ ] Included documentation, for new features +- [ ] Added an entry to the changelog