From 6c8700136f0f88e5a53eb3ee132c58ddd0a2dc56 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sat, 30 Jun 2018 00:45:02 +0530 Subject: [PATCH] docs: simplify PR template --- .github/PULL_REQUEST_TEMPLATE.md | 41 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 380d3f4e580..a30c23ddadd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,31 @@ - +#### Description + - - - + + + + #### 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`) -- [ ] You have only one commit (if not, [squash](http://forum.freecodecamp.org/t/how-to-squash-multiple-commits-into-one-with-git/13231) them into one commit). -- [ ] All new and existing tests pass the command `npm test`. 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) +- [ ] Your pull request targets the `dev` branch. +- [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/challenge-tests`) +- [ ] All new and existing tests pass the command `npm test`. +- [ ] Use `npm run commit` to generate a conventional commit message. + Learn more here: +- [ ] The changes were done locally on your machine and NOT GitHub web interface. + If they were done on the web interface you have ensured that you are creating conventional commit messages. #### Checklist: - - + - [ ] Tested changes locally. - [ ] Addressed currently open issue (replace XXXXX with an issue no in next line) Closes #XXXXX -#### Description -