You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2023/04/03 04:21:47 UTC

[ranger] branch kumaab-add-template created (now 7450fd9bf)

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

abhi pushed a change to branch kumaab-add-template
in repository https://gitbox.apache.org/repos/asf/ranger.git


      at 7450fd9bf Create pull_request_template.md

This branch includes the following new commits:

     new 7450fd9bf Create pull_request_template.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ranger] 01/01: Create pull_request_template.md

Posted by ab...@apache.org.
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 <ab...@gmail.com>
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)