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

radhikakundam pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 8364f30f158b5ed7096a9ecbe8e94842fd28a021
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Jan 20 16:16:39 2025 -0800

    ATLAS-4983: Add pull request template (#268)
    
    (cherry picked from commit 84271ff65b96596e3dfdc4e921c4e47412a7de6d)
---
 .github/pull_request_template.md | 11 +++++++++++
 pom.xml                          |  1 +
 2 files changed, 12 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..0b888df84
--- /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. ATLAS-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 screenshot; otherwise, 
remove this)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fff64cc6b..e564bf67e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1430,6 +1430,7 @@
                         <exclude>debian/**</exclude>
                         <exclude>.svn/**</exclude>
                         <exclude>.git/**</exclude>
+                        <exclude>.github/pull_request_template.md</exclude>
                         <exclude>.gitignore</exclude>
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/*.twiki</exclude>

Reply via email to