Skip to content

Commit

Permalink
Add message to redirect PRs upstream if possible (apache#607)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
erikerlandson authored Feb 4, 2018
1 parent 90a204c commit a0117ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Before you submit a Pull Request
The Kubernetes scheduler backend is currently being upstreamed to the main [Apache Spark project](https://github.com/apache/spark).
We are attempting to re-direct as much new development as possible to the upstream.
Please consider whether your pull request can be submitted against the Apache Spark project, and submit there if possible.

If you have any questions about whether a PR should be submitted upstream or against this fork,
please feel free to reach out on the following channels:

* Apache Spark developer mailing list: dev@spark.apache.org
* Apache Spark [JIRA](https://issues.apache.org/jira/)
* Big Data SIG [slack channel](https://kubernetes.slack.com/)
* Regular Big Data SIG [meetings](https://github.com/kubernetes/community/tree/master/sig-big-data)

## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)
Expand Down

0 comments on commit a0117ea

Please sign in to comment.