Skip to content

Commit 51aef09

Browse files
authored
Update contribution policy (#175)
1 parent 03845ea commit 51aef09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Submit pull requests [here](https://github.com/Kotlin/kotlinx-io/pulls).
1414
However, please keep in mind that maintainers will have to support the resulting code of the project,
1515
so do familiarize yourself with the following guidelines.
1616

17+
* All development (both new features and bug fixes) is performed in the `develop` branch.
18+
* The `master` branch contains the sources of the most recently released version.
19+
* Base your PRs against the `develop` branch.
20+
* The `develop` branch is pushed to the `master` branch during release.
21+
* Documentation in markdown files can be updated directly in the `master` branch,
22+
unless the documentation is in the source code, and the patch changes line numbers.
1723
* If you make any code changes:
1824
* Follow the [Kotlin Coding Conventions](https://kotlinlang.org/docs/reference/coding-conventions.html).
1925
* Use 4 spaces for indentation.

0 commit comments

Comments
 (0)