File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ Submit pull requests [here](https://github.com/Kotlin/kotlinx-io/pulls).
14
14
However, please keep in mind that maintainers will have to support the resulting code of the project,
15
15
so do familiarize yourself with the following guidelines.
16
16
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.
17
23
* If you make any code changes:
18
24
* Follow the [ Kotlin Coding Conventions] ( https://kotlinlang.org/docs/reference/coding-conventions.html ) .
19
25
* Use 4 spaces for indentation.
You can’t perform that action at this time.
0 commit comments