This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 3ee5048c8e Update PR template section about API breaking changes
(#6723)
3ee5048c8e is described below
commit 3ee5048c8ea3aa531d111afe33d0a3551eabcd84
Author: Piotr Findeisen <[email protected]>
AuthorDate: Tue Nov 12 10:24:28 2024 +0100
Update PR template section about API breaking changes (#6723)
The `breaking change` label doesn't seem to exist. Also, a contributor
without triage GitHub permission level cannot set labels. Update the
instructions what to do on breaking API changes.
---
.github/pull_request_template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 7c51452c54..b275cf64af 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -27,5 +27,5 @@ If there are user-facing changes then we may require
documentation to be updated
-->
<!---
-If there are any breaking changes to public APIs, please add the `breaking
change` label.
+If there are any breaking changes to public APIs, please call them out.
-->