This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/UIMA-6433-Update-issue-and-PR-templates in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit e1f21d75e6a3ebebb9f090332003d08bd1814ec5 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Apr 25 13:33:44 2022 +0200 [UIMA-6433] Update issue and PR templates - Facilitate JIRA linking - Add checkbox for new dependencies - Small text for license checkbox info --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 920a0ea1d..3f51645a1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ +**JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-XXXX + **What's in the PR** * ... @@ -5,7 +7,13 @@ * ... **Automatic testing** -* [ ] PR includes unit tests +* [ ] PR adds/updates unit tests **Documentation** -* [ ] PR updates documentation +* [ ] PR adds/updates documentation + +**Organizational** +- [ ] PR includes new dependencies. <br> + <sub><sup>Only dependencies under [approved licenses](http://www.apache.org/legal/resolved.html#category-a) + are allowed. LICENSE and NOTICE files in the respective modules where dependencies have been + added as well as in the project root have been updated.</sup></sub>
