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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80f4e33  GH-23: Add PR template (#164)
80f4e33 is described below

commit 80f4e33ac40d3a688ee1d74fb47d60fe833a9b4e
Author: Matt Topol <[email protected]>
AuthorDate: Sat Oct 26 11:27:49 2024 -0400

    GH-23: Add PR template (#164)
    
    Fixes #23
---
 .github/pull_request_template.md  | 11 +++++++++++
 dev/release/rat_exclude_files.txt |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..9861a06
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,11 @@
+### Rationale for this change
+
+
+### What changes are included in this PR?
+
+
+### Are these changes tested?
+
+
+### Are there any user-facing changes?
+
diff --git a/dev/release/rat_exclude_files.txt 
b/dev/release/rat_exclude_files.txt
index 6365be9..e254fd7 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -19,6 +19,8 @@
 *.tmpldata
 go.sum
 
+.github/pull_request_template.md
+
 arrow/flight/gen/flight/*.pb.go
 arrow/type_string.go
 arrow/unionmode_string.go

Reply via email to