diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..3ed153d0a22 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,62 @@ +# Which issue does this PR close? + + +Closes # + +# 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 diff --git a/dev/release/rat_exclude_files.txt b/dev/release/rat_exclude_files.txt index 151a5148b3e..5b7428ef8b8 100644 --- a/dev/release/rat_exclude_files.txt +++ b/dev/release/rat_exclude_files.txt @@ -214,3 +214,4 @@ r/inst/include/cpp11/*.hpp r/tools/nixlibs-allowlist.txt .gitattributes ruby/red-arrow/.yardopts +.github/pull_request_template.md \ No newline at end of file