Skip to content

Commit

Permalink
CONTRIBUTING.md reflects the new branching model
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 29, 2016
1 parent fe1113b commit 95d82f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to become a contributor and submit your own code

To contribute with a small fix, simply create a pull request against the appropriate development branch (`dev-{sample}`). This branch is usually [dev-todo-mvp](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp) unless the change is related to a variant's implementation. See [Development branches](https://github.com/googlesamples/android-architecture/wiki/Development-branches) for more information or create an [issue](https://github.com/googlesamples/android-architecture/issues) if you're not sure what branch to target.
To contribute with a small fix, simply create a pull request against the appropriate branch. This branch is usually [todo-mvp](https://github.com/googlesamples/android-architecture/tree/todo-mvp) unless the change is related to a variant's implementation. See [Development branches](https://github.com/googlesamples/android-architecture/wiki/Development-branches) for more information or create an [issue](https://github.com/googlesamples/android-architecture/issues) if you're not sure what branch to target.

Before starting work on new sample intended for submission, please open an issue to discuss it with the team. This will allow us to review the architecture and frameworks used to determine if a spec-compatible app is likely to be accepted.

Expand Down

0 comments on commit 95d82f6

Please sign in to comment.