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-uimafit.git
commit 0e5951e6766ed9b392612bc15ea1d4e2e4bda218 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Apr 25 13:24:37 2022 +0200 [UIMA-6433] Update issue and PR templates - Facilitate JIRA linking - Add checkbox for new dependencies --- .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 920a0ea..27169c8 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. + <small>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.</small>
