You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/09/11 02:10:20 UTC

[hadoop] branch trunk updated: HADOOP-15184. Add GitHub pull request template. (#1419)

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

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dacc448  HADOOP-15184. Add GitHub pull request template. (#1419)
dacc448 is described below

commit dacc44821d1fff2971c4d61c97b3edb886d0553f
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Sep 11 11:10:11 2019 +0900

    HADOOP-15184. Add GitHub pull request template. (#1419)
---
 .github/pull_request_template.md | 6 ++++++
 pom.xml                          | 1 +
 2 files changed, 7 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..2b5014b
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,6 @@
+## NOTICE
+
+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. HADOOP-XXXXX. Fix a typo in YYY.)
+For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
diff --git a/pom.xml b/pom.xml
index b8c428c..00eadf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,6 +400,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
             <exclude>.gitattributes</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.git/**</exclude>
+            <exclude>.github/pull_request_template.md</exclude>
             <exclude>.idea/**</exclude>
             <exclude>**/build/**</exclude>
             <exclude>**/patchprocess/**</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org