Skip to content

Commit d46c54c

Browse files
committed
Merge pull request apache#485 from andyk/branch-0.6
Fixes link to issue tracker in documentation page "Contributing to Spark"
2 parents 80c49da + ffa303c commit d46c54c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ SPARK_VERSION: 0.6.2
77
SPARK_VERSION_SHORT: 0.6.2
88
SCALA_VERSION: 2.9.2
99
MESOS_VERSION: 0.9.0-incubating
10+
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net

docs/contributing-to-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Spark team welcomes contributions in the form of GitHub pull requests. Here
1515
But first, make sure that you have [configured a spark-env.sh](configuration.html) with at least
1616
`SCALA_HOME`, as some of the tests try to spawn subprocesses using this.
1717
- Add new unit tests for your code. We use [ScalaTest](http://www.scalatest.org/) for testing. Just add a new Suite in `core/src/test`, or methods to an existing Suite.
18-
- If you'd like to report a bug but don't have time to fix it, you can still post it to our [issues page](https://github.com/mesos/spark/issues), or email the [mailing list](http://www.spark-project.org/mailing-lists.html).
18+
- If you'd like to report a bug but don't have time to fix it, you can still post it to our [issue tracker]({{site.SPARK_ISSUE_TRACKER_URL}}), or email the [mailing list](http://www.spark-project.org/mailing-lists.html).
1919

2020
# Licensing of Contributions
2121

0 commit comments

Comments
 (0)