You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/04/22 09:01:51 UTC

[incubator-sedona] branch master updated: [DOCS] Update GitHub PR template

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/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 92406035 [DOCS] Update GitHub PR template
92406035 is described below

commit 92406035781a2fb0f8b6dddfd4714e96e3fb41ee
Author: Jia Yu <ji...@apache.org>
AuthorDate: Fri Apr 22 02:01:45 2022 -0700

    [DOCS] Update GitHub PR template
---
 .github/pull_request_template.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 9707481d..908a3883 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,7 +1,25 @@
-## Is this PR related to a proposed Issue?
+## Did you read the Contributor Guide?
+
+- Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/)
+
+- No, I haven't read it.
+
+## Is this PR related to a JIRA ticket?
+
+- Yes, the assoicated JIRA ticket is [SEDONA-XXX](https://issues.apache.org/jira/browse/SEDONA-XXX). The PR name follows the format `[SEDONA-XXX] my subject`.
+
+
+- No, this is a documentation update. The PR name follows the format `[DOCS] my subject`.
+
 
 ## What changes were proposed in this PR?
 
+
 ## How was this patch tested?
 
+
 ## 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/incubator-sedona/blob/master/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.
\ No newline at end of file