From a5c812a7e2a03101dcb7a323ecdf0dd1b7c51e60 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 22:31:11 -0400 Subject: [PATCH] add pull request template (#10) --- .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..31032b1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +# Type of PR (feature, enhancement, bug fix, etc.) + +## Description + +Please include a summary of the change and which issue is fixed. + +Fixes # (issue) + +## Why should this be added + +Explain value. + +## Checklist + +- [ ] My code follows the style guidelines of this project