This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-swift.git
The following commit(s) were added to refs/heads/main by this push:
new e5dbb0d Add pull request template (#19)
e5dbb0d is described below
commit e5dbb0d9734746f377d2c2a8c48514c5ffc9ced6
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jun 4 14:47:57 2025 +0900
Add pull request template (#19)
Closes #7.
This is based on
https://github.com/apache/arrow-js/blob/main/.github/pull_request_template.md
---
.github/pull_request_template.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..987056e
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+## 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.
+
+Closes #NNN.