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

sunchao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new f5350e2  build: Add PR template (#23)
f5350e2 is described below

commit f5350e2ebe3c49efc7dfb3ccd9d8e0f18ca4be9b
Author: Chao Sun <sunc...@apache.org>
AuthorDate: Wed Feb 14 16:39:19 2024 -0800

    build: Add PR template (#23)
    
    Adding PR template for the repo. This is mostly copied from DataFusion but 
removed the "user facing" part.
---
 .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..967a179
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,30 @@
+## Which issue does this PR close?
+
+<!--
+We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
+-->
+
+Closes #.
+
+## Rationale for this change
+
+<!--
+ Why are you proposing this change? If this is already explained clearly in 
the issue then this section is not needed.
+ Explaining clearly why changes are proposed helps reviewers understand your 
changes and offer better suggestions for fixes.  
+-->
+
+## What changes are included in this PR?
+
+<!--
+There is no need to duplicate the description in the issue here but it is 
sometimes worth providing a summary of the individual changes in this PR.
+-->
+
+## How are these changes tested?
+
+<!--
+We typically require tests for all PRs in order to:
+1. Prevent the code from being accidentally broken by subsequent changes
+2. Serve as another way to document the expected behavior of the code
+
+If tests are not included in your PR, please explain why (for example, are 
they covered by existing tests)?
+-->

Reply via email to