From 5b91f689d813f3bbbe11b4df05663b61df2de6ca Mon Sep 17 00:00:00 2001 From: avijayanhwx <14299376+avijayanhwx@users.noreply.github.com> Date: Wed, 16 Oct 2019 13:45:41 -0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2b5014b7b234..b1f26f42c27f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,13 @@ -## NOTICE +## What changes were proposed in this pull request? + +(Please fill in changes proposed in this fix) + +## 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) + +## 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.)