From f9a192ace994ee575af44f92ee4cb9d67dd275b3 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Thu, 17 Oct 2024 14:29:13 -0400 Subject: [PATCH 1/3] GH-23: Add PR template --- .github/pull_request_template.md | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..18e59c3c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,60 @@ + + +### Rationale for this change + + + +### What changes are included in this PR? + + + +### Are these changes tested? + + + +### Are there any user-facing changes? + + + + + + + + \ No newline at end of file From fa3f2d3a3f9ac290c7a70cf97d4776b83992bb69 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Thu, 17 Oct 2024 14:40:24 -0400 Subject: [PATCH 2/3] add to rat_excludes --- dev/release/rat_exclude_files.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/release/rat_exclude_files.txt b/dev/release/rat_exclude_files.txt index 6365be90..e254fd7a 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 From da4aa6412667aef9753575b5e4d2220ff88eb4cd Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Fri, 25 Oct 2024 10:42:40 -0400 Subject: [PATCH 3/3] remove base text --- .github/pull_request_template.md | 49 -------------------------------- 1 file changed, 49 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 18e59c3c..9861a060 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,60 +1,11 @@ - - ### Rationale for this change - ### What changes are included in this PR? - ### Are these changes tested? - ### Are there any user-facing changes? - - - - - - - \ No newline at end of file