Skip to content

Commit ab04020

Browse files
committedDec 18, 2015
Update CONTRIBUTING.md
1 parent 7945ce6 commit ab04020

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# How to become a contributor and submit your own code
22

3+
To contribute with a small fix, simply create a pull request. If you want to add a new sample or plan to request a big change, [contact us](https://groups.google.com/forum/#!forum/android-testing-support-library) first.
4+
5+
## Contributing new samples
6+
7+
If you want to contribute full samples, we'd love to review and accept them. In case you need ideas, these are some samples on the roadmap:
8+
9+
* Advanced Idling Resource
10+
* RecyclerView actions
11+
* Sharding
12+
* RunListener
13+
* Rules
14+
15+
You can also contribute to this list if you have a sample request.
16+
17+
## Code style and structure
18+
19+
Please check out the [Code Style for Contributors](https://source.android.com/source/code-style.html) section in AOSP. Also, check out the rest of the samples and maintain as much consistency with them as possible.
20+
321
## Contributor License Agreements
422

523
We'd love to accept your sample apps and patches! Before we can take them, we

0 commit comments

Comments
 (0)
Please sign in to comment.