# Contributing Code Samples To Kotlin Documentation

DevFeed: [Contributing Code Samples To Kotlin Documentation](<https://devfeed.tech/articles/contributing-code-samples-to-kotlin-documentation-22798.md>)

Original publisher: [Read original article](<http://androidessence.com/contributing-to-kotlin/>)

Author: Adam McNeilly

Published: 2020-02-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Android Essence](<https://devfeed.tech/sources/android-essence.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [issue tracker](<https://devfeed.tech/topics/issue-tracker.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [beginner](<https://devfeed.tech/tags/beginner.md>), [contribute](<https://devfeed.tech/tags/contribute.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [issue-tracker](<https://devfeed.tech/tags/issue-tracker.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [library](<https://devfeed.tech/tags/library.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

## AI overview

A beginner-friendly tutorial explains how to contribute code samples to Kotlin's standard library documentation. It covers finding suitable tasks in YouTrack, reviewing contribution guidelines, forking and building the repository, locating functions without samples, and beginning a Vetoable example.

## Source excerpt

The Kotlin language used by Android developers all over the world is open source and available on GitHub. This means it's open for contributions from anyone! It may, of course, feel very intimidating to contribute to a project of that size. Especially for those of us who are new to open source contributions. The JetBrains team makes this process a lot less scary than it sounds. There are some beginner friendly ways to contribute to the language, and this post will walk you through every step.