This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch kumaab-add-template in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 7450fd9bf16cebf0474ab3bda52b5e9e610f4119 Author: Abhishek Kumar <[email protected]> AuthorDate: Sun Apr 2 21:21:37 2023 -0700 Create pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d77170de8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## What changes were proposed in this pull request? + +(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and +set the title of the pull request which starts with +the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY) + + +## 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)
