Skip to content

Commit a0117ea

Browse files
Add message to redirect PRs upstream if possible (apache#607)
* Add message to redirect PRs upstream if possible We want to re-direct community dev upstream as much as possible. However, some contributions impact components (e.g. shuffle server) that do not yet exist upstream. To handle this, we decided to add this message and leave it up to developers, but encourage them to submit upstream unless it isn't feasible. * Add dev mailling list and jira links
1 parent 90a204c commit a0117ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Before you submit a Pull Request
2+
The Kubernetes scheduler backend is currently being upstreamed to the main [Apache Spark project](https://github.com/apache/spark).
3+
We are attempting to re-direct as much new development as possible to the upstream.
4+
Please consider whether your pull request can be submitted against the Apache Spark project, and submit there if possible.
5+
6+
If you have any questions about whether a PR should be submitted upstream or against this fork,
7+
please feel free to reach out on the following channels:
8+
9+
* Apache Spark developer mailing list: [email protected]
10+
* Apache Spark [JIRA](https://issues.apache.org/jira/)
11+
* Big Data SIG [slack channel](https://kubernetes.slack.com/)
12+
* Regular Big Data SIG [meetings](https://github.com/kubernetes/community/tree/master/sig-big-data)
13+
114
## What changes were proposed in this pull request?
215

316
(Please fill in changes proposed in this fix)

0 commit comments

Comments
 (0)