Skip to content

Commit

Permalink
Merge pull request #348 from knqyf263/add_template
Browse files Browse the repository at this point in the history
Add PULL_REQUEST_TEMPLATE.md
  • Loading branch information
kotakanbe authored Feb 20, 2017
2 parents 753da3a + 851cecd commit 1419c7c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## What did you implement:

Closes #XXXXX

## How did you implement it:


## How can we verify it:


## Todos:
You don't have to satisfy all of the following.

- [ ] Write tests
- [ ] Write documentation
- [ ] Check that there aren't other open pull requests for the same issue/feature
- [ ] Format your source code by `make fmt`
- [ ] Pass the test by `make test`
- [ ] Provide verification config / commands
- [ ] Enable "Allow edits from maintainers" for this PR
- [ ] Update the messages below

***Is this ready for review?:*** NO
***Is it a breaking change?:*** NO

0 comments on commit 1419c7c

Please sign in to comment.