Skip to content

Commit 9df31e9

Browse files
objcodenickbutcher
authored andcommittedMar 26, 2020
Update contributing to cover branch strategy.
1 parent 6bc8215 commit 9df31e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ accept your pull requests.
1818

1919
## Contributing A Patch
2020

21+
All development is done on the `develop` branch. You should base any changes from this branch.
22+
2123
1. Submit an issue describing your proposed change to the repo in question.
2224
1. The repo owner will respond to your issue promptly.
2325
1. If your proposed change is accepted, and you haven't already done so, sign a
@@ -28,4 +30,4 @@ accept your pull requests.
2830
[Kotlin Style Guide](https://android.github.io/kotlin-guides/style.html) for the
2931
recommended coding standards for this organization.
3032
1. Ensure that your code has an appropriate set of unit tests which all pass.
31-
1. Submit a pull request.
33+
1. Submit a pull request targeting the `develop` branch.

0 commit comments

Comments
 (0)
Please sign in to comment.