Skip to content

Commit f8f180e

Browse files
authored
updated readme for contribution guide (#160)
1 parent e0e388f commit f8f180e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,22 @@ For more information, check the [wiki](https://github.com/JetBrains/kotlin-spark
280280
For more, check out [examples](examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples) module.
281281
To get up and running quickly, check out this [tutorial](https://github.com/JetBrains/kotlin-spark-api/wiki/Quick-Start-Guide).
282282

283-
## Reporting issues/Support
283+
## Reporting issues / support
284284
Please use [GitHub issues](https://github.com/JetBrains/kotlin-spark-api/issues) for filing feature requests and bug reports.
285285
You are also welcome to join [kotlin-spark channel](https://kotlinlang.slack.com/archives/C015B9ZRGJF) in the Kotlin Slack.
286286

287+
## Contribution guide
288+
Contributions are more than welcome! Pull requests can be created for the [main](https://github.com/Kotlin/kotlin-spark-api/tree/main) branch
289+
and will be considered as soon as possible. Be sure to add the necessary tests for any new feature you add. The [main](https://github.com/Kotlin/kotlin-spark-api/tree/main)
290+
branch always aims to target the latest available [Apache Spark version](https://spark.apache.org/downloads.html).
291+
292+
Of the [main](https://github.com/Kotlin/kotlin-spark-api/tree/main) branch, development versions of the library are published to
293+
[Github Packages](https://github.com/orgs/Kotlin/packages?tab=packages&q=kotlin-spark-api). This way, new features can be
294+
tested quickly without having to wait for a full release.
295+
296+
For full releases, all `spark-X.x` branches are updated. At the moment, this includes Spark 3.0, 3.1, and 3.2. For this we also
297+
follow the [supported versions of Apache](https://spark.apache.org/downloads.html).
298+
287299
## Code of Conduct
288300
This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). Please make sure you read it.
289301

0 commit comments

Comments
 (0)