From 729a4615b81d28c06dad3781336e1c5f045200fa Mon Sep 17 00:00:00 2001 From: Saketha Ramanjam Date: Mon, 8 Oct 2018 16:37:16 +0530 Subject: [PATCH] made the PR template right --- PULL_REQUEST_TEMPLATE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index b238686..bcf3b9d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ -Fixes or introduces: - +:warning: This is a Pull Request Template :warning: +> Checkout all the things you've done by placing an \*x*\ within the square braces. ## Proposed Changes - - - - - +- [ ] I've forked the repository. +- [ ] I've created a branch and made my chagnes in it. +- [ ] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [ ] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [ ] I understand opening a PULL REQUEST doesn't mean it will be merged for sure.