From e9283c5d17d47b0738f13c5e42771c721c3c7966 Mon Sep 17 00:00:00 2001 From: Eugene Shvartsman <5297914+code4dc@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:28:03 -0400 Subject: [PATCH] Adding Pull Request Template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..224b109 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Issue Type + +- [ ] Bug +- [ ] Document +- [ ] Enhancement + + +## Checklist +- [x] I have read the [CONTRIBUTING.md]() +- [x] I have made corresponding changes to the documentation +- [x] My changes generate no lint errors +- [x] I have added tests that prove my fix is effective or that my feature works +- [x] New and existing unit tests pass locally with my changes