From 761553a307bed54b3cd3123438512038ad2e2a57 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sat, 22 Oct 2016 19:18:41 -0400 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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 00000000000..d21f050c4e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +#### PR checklist + +- [ ] Addresses an existing issue: #0000 +- [ ] New feature, bugfix, or enhancement + - [ ] Includes tests +- [ ] Documentation update + +#### What changes did you make? + +(give an overview) + +#### Is there anything you'd like reviewers to focus on? + +(optional)