Skip to content

Commit fcf17e5

Browse files
committedNov 14, 2016
Fixes #865 Enforces strict rules checklist while sending pull requests
1 parent d3a6a3b commit fcf17e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Short description
2+
I have:
3+
- [ ] There is a corresponding issue for this pull request.
4+
- [ ] Mentioned the Issue number in the pull request commit message `Fixes #<number> commit message`
5+
- [ ] There is only strictly only one commit per issue.
6+
7+
### For the reviewers
8+
I have:
9+
- [ ] Reviewed this pull request by an authorized contributor.
10+
- [ ] The reviewer is assigned to the pull request.

0 commit comments

Comments
 (0)
Please sign in to comment.