docs: add more links for contributing to Kotlin/Native

This commit is contained in:
Svyatoslav Scherbina
2022-10-07 18:55:13 +02:00
committed by Space Team
parent b01808ddf5
commit 527e8dde27
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ Some of the code in the standard library is created by generating code from temp
Also the [JavaScript back-end](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) could really use your help. See the [JavaScript contribution section](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) for more details.
You can also [contribute to Kotlin/Native](../kotlin-native/README.md).
If you want to contribute a new language feature, it is important to discuss it through a [KEEP](https://github.com/Kotlin/KEEP) first and get an approval from the language designers. This way you'll make sure your work will be in line with the overall language evolution plan and no other design decisions or considerations will block its acceptance.
## Submitting patches