Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandlehner authored Nov 22, 2020
1 parent 6d7976e commit 488cf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Before submitting your PR, please review the following checklist:

- [ ] **CHOOSE CORRECT BRANCH**: if filing a bugfix/enhancement use `master` branch
- [ ] **TEST**: run "npm test" before commiting
- [ ] **TEST MORE**: run "npm install" to check if you dependencies are OK
- [ ] **TEST MORE**: run "npm install" to check if dependencies are OK
- [ ] **LIST ISSUES** this PR resolves
- [ ] **KEEP PR small** so it could be easily reviewed.
- [ ] **AVOID** making unnecessary stylistic changes in unrelated code

0 comments on commit 488cf08

Please sign in to comment.