Skip to content

Commit f10f49f

Browse files
authoredJun 14, 2021
Merge pull request android#562 from yogurtearl/patch-1
Update info on contributing to reference `main` branch
1 parent 2fbf0c2 commit f10f49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ accept your pull requests.
1818

1919
## Contributing A Patch
2020

21-
All development is done on the latest `dev_XX` branch. You should base any changes from this branch.
21+
All development is done on the `main` branch. You should base any changes from this branch.
2222

2323
1. Submit an issue describing your proposed change to the repo in question.
2424
1. The repo owner will respond to your issue promptly.
@@ -30,4 +30,4 @@ All development is done on the latest `dev_XX` branch. You should base any chang
3030
[Kotlin Style Guide](https://android.github.io/kotlin-guides/style.html) for the
3131
recommended coding standards for this organization.
3232
1. Ensure that your code has an appropriate set of unit tests which all pass.
33-
1. Submit a pull request targeting the latest `dev_XX` branch.
33+
1. Submit a pull request targeting the `main` branch.

0 commit comments

Comments
 (0)
Please sign in to comment.