Skip to content

Commit

Permalink
Add PULL_REQUEST_TEMPLATE.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored May 31, 2018
1 parent 8c6cf01 commit 652affc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Thank your for your contribution! Please fill out this template to help us review your PR-->

#### Summary
<!-- A brief description of what this pull request does -->

#### Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [ ] Tests are passing: `task test`
- [ ] Code style is correct: `task lint`

0 comments on commit 652affc

Please sign in to comment.