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

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


The following commit(s) were added to refs/heads/main by this push:
     new b42fa40  chore: Add pull request template (#100)
b42fa40 is described below

commit b42fa40367722ebd9ef009d72e52ee8aefaed1d8
Author: Benjamin Philip <[email protected]>
AuthorDate: Thu Jul 9 06:15:56 2026 +0530

    chore: Add pull request template (#100)
    
    ## What issue does this PR close?
    
    Doesn't close an issue in the tracker. PR messages should match the
    structure of
    commits in this repo and other arrow projects.
    
    ## What's Changed
    
    Adds a PR template for better consistency. Based on
    https://github.com/apache/arrow-swift/pull/19 and
    
https://github.com/apache/arrow-js/blob/main/.github/pull_request_template.md.
    
    ---------
    
    Co-authored-by: Sutou Kouhei <[email protected]>
---
 .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..d78bde2
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,28 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+## What issue does this PR close?
+
+Closes #NNN.
+
+## What's Changed
+
+Please fill in a description of the changes here.
+
+**This contains breaking changes.** <- Remove this line if there are no 
breaking changes.

Reply via email to