Skip to content

Commit

Permalink
improve pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Sep 22, 2017
1 parent d4a8a54 commit 44997da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#### Fixes(if relevant): #1

#### Checks

+ [ ] Build Success(`npm run build`)
+ [ ] Lint Success(`npm run lint` to check, `npm run fix` to fix)
+ [ ] File Integrity(`git add -A` or add rules at `.gitignore` file)
+ [ ] Add Test(if relevant, `npm run test` to check)
+ [ ] Add Demo(if relevant)

0 comments on commit 44997da

Please sign in to comment.