This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 665eeaf01 [DOCS] Fix grammar in the `pull_request_template.md` (#1316)
665eeaf01 is described below
commit 665eeaf01a9bab8be6687584739d6bcb6eaae494
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:28:23 2024 +1000
[DOCS] Fix grammar in the `pull_request_template.md` (#1316)
---
.github/pull_request_template.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d033b1ec7..a45af654b 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,7 +2,7 @@
## Did you read the Contributor Guide?
-- Yes, I have read [Contributor
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and
[Contributor Development
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
+- Yes, I have read the [Contributor
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and
[Contributor Development
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
- No, I haven't read it.
@@ -21,6 +21,6 @@
## Did this PR include necessary documentation updates?
-- Yes, I am adding a new API. I am using the [current SNAPSHOT version
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
in since `vX.Y.Z` format.
-- Yes, I have updated the documentation update.
-- No, this PR does not affect any public API so no need to change the docs.
+- Yes, I am adding a new API. I am using the [current SNAPSHOT version
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
in `vX.Y.Z` format.
+- Yes, I have updated the documentation.
+- No, this PR does not affect any public API so no need to change the
documentation.