diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0993d848b..21ed9965e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +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) +- [ ] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA) - [ ] 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.