Added a submitter checklist item for providing test instructions for the reviewer

Otherwise the reviewer probably does not know what/how to test the PR.
This commit is contained in:
Tom Fennelly 2016-07-14 15:30:13 +01:00 committed by GitHub
parent c01554e732
commit 9f366b48aa
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
**Submitter checklist**
- [ ] Change is code complete and matches issue description
- [ ] Apppropriate unit or acceptance tests or explaination to why this change has no tests
- [ ] Reviewer's manual test instructions provided in PR description. See Reviewer's first task below.
**Reviewer checklist**
- [ ] Run the changes and verified the change matches the issue description