Skip to content

Commit eb67640

Browse files
committed
update readme
1 parent 1d50807 commit eb67640

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class App extends Application {
6464
or use [simple factory](http://pastebin.com/s2fafSYS).
6565
More preferable way is use some dependency injector like [Dagger](http://square.github.io/dagger/).
6666

67+
## Configuration
6768
By default `HttpProxyCacheServer` uses 512Mb for caching files. You can change this value:
6869

6970
```java
@@ -94,9 +95,11 @@ If it's a feature that you think would need to be discussed please open an issue
9495

9596
1. [Fork the project](http://help.github.com/fork-a-repo/)
9697
2. Create a feature branch (git checkout -b my_branch)
97-
3. Push your changes to your new branch (git push origin my_branch)
98-
4. Initiate a [pull request](http://help.github.com/send-pull-requests/) on github
99-
5. Your pull request will be reviewed and hopefully merged :)
98+
3. Fix a problem. Your code **must** contain test for reproducing problem. Your tests **must be passed** with help of your fix
99+
4. Push your changes to your new branch (git push origin my_branch)
100+
5. Initiate a [pull request](http://help.github.com/send-pull-requests/) on github
101+
6. Rebase [master branch](https://github.com/danikula/AndroidVideoCache) if your local branch is not actual. Merging is not acceptable, only rebase
102+
6. Your pull request will be reviewed and hopefully merged :)
100103

101104
## Where published?
102105
[Here](https://bintray.com/alexeydanilov/maven/videocache/view)
@@ -106,7 +109,7 @@ If it's a feature that you think would need to be discussed please open an issue
106109

107110
## License
108111

109-
Copyright 2014-2015 Alexey Danilov
112+
Copyright 2014-2016 Alexey Danilov
110113

111114
Licensed under the Apache License, Version 2.0 (the "License");
112115
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)