Skip to content

Commit 30fd82f

Browse files
committed
[SPARK-40757][INFRA] Add PULL_REQUEST_TEMPLATE for spark-docker
### What changes were proposed in this pull request? Initialize with https://github.com/apache/spark/blob/master/.github/PULL_REQUEST_TEMPLATE and remove some unsued note ### Why are the changes needed? Add PULL_REQUEST_TEMPLATE for `spark-docker` ### Does this PR introduce _any_ user-facing change? No, dev only ### How was this patch tested? New PR after this merged Closes #8 from Yikun/SPARK-40757. Authored-by: Yikun Jiang <[email protected]> Signed-off-by: Yikun Jiang <[email protected]>
1 parent e61aba1 commit 30fd82f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Thanks for sending a pull request! Here are some tips for you:
3+
1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html
4+
2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html
5+
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'.
6+
4. Be sure to keep the PR description updated to reflect all changes.
7+
5. Please write your PR title to summarize what this PR proposes.
8+
6. If possible, provide a concise example to reproduce the issue for a faster review.
9+
-->
10+
11+
### What changes were proposed in this pull request?
12+
<!--
13+
Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue.
14+
If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below.
15+
1. If there is design documentation, please add the link.
16+
2. If there is a discussion in the mailing list, please add the link.
17+
-->
18+
19+
20+
### Why are the changes needed?
21+
<!--
22+
Please clarify why the changes are needed. For instance,
23+
1. If you fix a bug, you can clarify why it is a bug.
24+
-->
25+
26+
27+
### Does this PR introduce _any_ user-facing change?
28+
<!--
29+
Note that it means *any* user-facing change including all aspects such as the documentation fix.
30+
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.
31+
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.
32+
If no, write 'No'.
33+
-->
34+
35+
36+
### How was this patch tested?
37+
<!--
38+
If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
39+
If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
40+
If tests were not added, please describe why they were not added and/or why it was difficult to add.
41+
-->

0 commit comments

Comments
 (0)