You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ms...@apache.org on 2020/05/25 13:29:28 UTC

[incubator-ratis] branch master updated: RATIS-741. Create a Github PR template (#105)

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

msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a67f13  RATIS-741. Create a Github PR template (#105)
7a67f13 is described below

commit 7a67f135334d6174fa0f35c395ea544403959864
Author: Dinesh Chitlangia <di...@gmail.com>
AuthorDate: Mon May 25 09:29:19 2020 -0400

    RATIS-741. Create a Github PR template (#105)
---
 .github/pull_request_template.md | 16 ++++++++++++++++
 pom.xml                          |  1 +
 2 files changed, 17 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..d1bf7ec
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,16 @@
+## What changes were proposed in this pull request?
+
+(Please fill in changes proposed in this fix)
+
+## What is the link to the Apache JIRA
+
+(Please create an issue in ASF JIRA before opening a pull request,
+and you need to set the title of the pull request which starts with
+the corresponding JIRA issue number. (e.g. RATIS-XXXX. Fix a typo in YYY.)
+
+Please replace this section with the link to the Apache JIRA)
+
+## How was this patch tested?
+
+(Please explain how this patch was tested. Ex: unit tests, manual tests)
+(If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
diff --git a/pom.xml b/pom.xml
index de0ac8f..8af6a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,6 +718,7 @@
           <configuration>
             <!-- Lets us define more exclusions in child-modules without overriding these -->
             <excludes combine.children="append">
+              <exclude>.github/*.md</exclude>
               <exclude>target/*</exclude>
             </excludes>
           </configuration>