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:33:51 UTC

[uima-uimaj] branch refactoring/UIMA-6433-Update-issue-and-PR-templates updated (1bf0b8bbb -> e1f21d75e)

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-uimaj.git


    from 1bf0b8bbb [UIMA-6433] Update issue and PR templates
     add a11c15e6f Merge pull request #195 from apache/refactoring/UIMA-6433-Update-issue-and-PR-templates
     new e1f21d75e [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.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


[uima-uimaj] 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-uimaj.git

commit e1f21d75e6a3ebebb9f090332003d08bd1814ec5
Author: Richard Eckart de Castilho <re...@apache.org>
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>