You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/25 11:24:41 UTC

[uima-uimafit] branch refactoring/UIMA-6433-Update-issue-and-PR-templates created (now 0e5951e)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch refactoring/UIMA-6433-Update-issue-and-PR-templates
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git


      at 0e5951e  [UIMA-6433] Update issue and PR templates

This branch includes the following new commits:

     new 0e5951e  [UIMA-6433] Update issue and PR templates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimafit] 01/01: [UIMA-6433] Update issue and PR templates

Posted by re...@apache.org.
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 <re...@apache.org>
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>