Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update info on contributing to reference main branch #562

Merged
merged 4 commits into from
Jun 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ accept your pull requests.

## Contributing A Patch

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

1. Submit an issue describing your proposed change to the repo in question.
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
[Kotlin Style Guide](https://android.github.io/kotlin-guides/style.html) for the
recommended coding standards for this organization.
1. Ensure that your code has an appropriate set of unit tests which all pass.
1. Submit a pull request targeting the latest `dev_XX` branch.
1. Submit a pull request targeting the `main` branch.