Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit f0c79ad

Browse files
committed
[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 apache#28403 from HyukjinKwon/minor-more-guide. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent ecfee82 commit f0c79ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ Please clarify why the changes are needed. For instance,
2929
-->
3030

3131

32-
### Does this PR introduce any user-facing change?
32+
### Does this PR introduce _any_ user-facing change?
3333
<!--
34+
Note that it means *any* user-facing change including all aspects such as the documentation fix.
3435
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.
36+
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.
3537
If no, write 'No'.
3638
-->
3739

0 commit comments

Comments
 (0)