Adding Pull Request Template

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
James Sutton 2016-03-09 09:18:00 -05:00
parent c6bfc9834c
commit 3f1249a8fe

View File

@ -0,0 +1,6 @@
Please make sure that the following boxes are checked before submitting your Pull Request, thank you!
- [ ] You have signed the [Eclipse CLA](http://www.eclipse.org/legal/CLA.php)
- [ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA)
- [ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that you are fixing straight away that you add some Description about the bug and how this will fix it.
- [ ] If this is new functionality, You have added the appropriate Unit tests.