Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Oct 12, 2017
1 parent 395a78f commit a9d565e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Describe this pull request. Link to relevant GitHub issues, if any.]

***

**Before creating a pull request**

- [ ] Document new methods and classes

**Before merging a pull request**

- [ ] Set version target by selecting a milestone on the right side
- [ ] Summarize this change in `CHANGELOG.md`
- [ ] Add unit test(s) for this change

0 comments on commit a9d565e

Please sign in to comment.