Skip to content

Commit 5708815

Browse files
authored
Updating PR Template
Highlighting that changes should be against the develop branch, and how to sign off commits.
1 parent 7fae6e1 commit 5708815

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Please make sure that the following boxes are checked before submitting your Pull Request, thank you!
22

3+
- [ ] This change is against the develop branch, **not** master.
34
- [ ] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA)
4-
- [ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA)
5+
- [ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA) _Hint: use the -s argument when committing_.
56
- [ ] 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.
67
- [ ] If this is new functionality, You have added the appropriate Unit tests.

0 commit comments

Comments
 (0)