From dacc44821d1fff2971c4d61c97b3edb886d0553f Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 11 Sep 2019 11:10:11 +0900 Subject: [PATCH] HADOOP-15184. Add GitHub pull request template. (#1419) --- .github/pull_request_template.md | 6 ++++++ pom.xml | 1 + 2 files changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..2b5014b7b2 --- /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 b8c428cbf2..00eadf1107 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 .gitattributes .gitignore .git/** + .github/pull_request_template.md .idea/** **/build/** **/patchprocess/**