Skip to content

Commit

Permalink
Merge pull request android#188 from android/nb/contributing-branch
Browse files Browse the repository at this point in the history
Update contributing workflow
  • Loading branch information
nickbutcher authored Sep 22, 2020
2 parents 1feea19 + b4dbb01 commit 2d8069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ accept your pull requests.

## Contributing A Patch

All development is done on the `develop` branch. You should base any changes from this branch.
All development is done on the latest `dev_XX` 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.
Expand All @@ -30,4 +30,4 @@ All development is done on the `develop` branch. You should base any changes fro
[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 `develop` branch.
1. Submit a pull request targeting the latest `dev_XX` branch.

0 comments on commit 2d8069b

Please sign in to comment.