From 3f938aa4a9e6de36098490ef3ee76289b9d301d2 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Thu, 8 Oct 2020 12:57:41 +0530 Subject: [PATCH] add PR template --- .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 00000000..a4137a1a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ + +This PR... + + +Fixes # + +## Changes + +- + +## Checklist +- [ ] I have read CONTRIBUTING guidelines. +- [ ] This is a typo fix. +- [ ] I am not updating any `todo.txt` files.