This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new f0c79ad [MINOR][INFRA] Add a guide to clarify release/unreleased
Spark versions of user-facing change in the Github PR template
f0c79ad is described below
commit f0c79ad88a4a572da70c76925850f2dc3e350c2e
Author: HyukjinKwon <[email protected]>
AuthorDate: Thu Apr 30 09:22:07 2020 +0900
[MINOR][INFRA] Add a guide to clarify release/unreleased Spark versions of
user-facing change in the Github PR template
### What changes were proposed in this pull request?
This PR proposes to add a guide to clarify the Spark version when
describing "Does this PR introduce any user-facing change?".
### Why are the changes needed?
It seems confusing to write when the user facing changes happen within
unreleased branches.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
Manually tested in Github and it renders find as intended.
Closes #28403 from HyukjinKwon/minor-more-guide.
Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 69450ad..fcd3588 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -29,9 +29,11 @@ Please clarify why the changes are needed. For instance,
-->
-### Does this PR introduce any user-facing change?
+### Does this PR introduce _any_ user-facing change?
<!--
+Note that it means *any* user-facing change including all aspects such as the
documentation fix.
If yes, please clarify the previous behavior and the change this PR proposes -
provide the console output, description and/or an example to show the behavior
difference if possible.
+If possible, please also clarify if this is a user-facing change compared to
the released Spark versions or within the unreleased branches such as master.
If no, write 'No'.
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]