From 3ae560c3fa9963cf0a8c979a5ecc7dc8ee349534 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 29 Jun 2016 22:11:03 +0530 Subject: [PATCH] Update PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b5fe971fce..764a1bc73c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,8 @@ #### Pre-Submission Checklist - - + + - [ ] Your pull request targets the `staging` branch of FreeCodeCamp. - [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/signin-issue`) @@ -14,14 +14,14 @@ - [ ] All new and existing tests pass the command `npm run test-challenges`. Use `git commit --amend` to amend any fixes. #### Type of Change - + - [ ] Small bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [ ] Add new translation (feature adding new translations) #### Checklist: - + - [ ] Tested changes locally. - [ ] Closes currently open issue (replace XXXX with an issue no): Closes #XXXX