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/**