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 ad4cba7 chore: Remove Licence Header from PR Template (#106)
ad4cba7 is described below
commit ad4cba77800a9b98b1f824205dc35f20aa3592e7
Author: Benjamin Philip <[email protected]>
AuthorDate: Wed Jul 15 11:06:38 2026 +0530
chore: Remove Licence Header from PR Template (#106)
## What issue does this PR close?
Closes #105.
## What's Changed
The Licence header has been removed from the PR template, as the header
is been
copied over to commit messages on merge.
---
.github/pull_request_template.md | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d78bde2..4dba44f 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,22 +1,3 @@
-<!--
- 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.