From 530b07964f47146c4e83c0700a711a2b05087766 Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 28 Dec 2019 08:05:54 -0500 Subject: [PATCH] docs: close #55, add PR template (#70) --- .../pull_request_template.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..a3e3fadd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,23 @@ +## Description + + + +e.g. This PR refactors the X submodule, applying Y's algorithm to improve Z by K percent. + +## Related Issues + + + +- Closes #0, a short description of the linked issue. + +## Checklist + + + +- [ ] This PR has sufficient test coverage. + +## Additional Comments + + + +No additional comments.