File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,17 @@ See `sample` app for details.
8080- more samples
8181- less log flood
8282
83+
84+ ## Code contributions
85+
86+ If it's a feature that you think would need to be discussed please open an issue first, otherwise, you can follow this process:
87+
88+ 1 . [ Fork the project] ( http://help.github.com/fork-a-repo/ )
89+ 2 . Create a feature branch (git checkout -b my_branch)
90+ 3 . Push your changes to your new branch (git push origin my_branch)
91+ 4 . Initiate a [ pull request] ( http://help.github.com/send-pull-requests/ ) on github
92+ 5 . Your pull request will be reviewed and hopefully merged :)
93+
8394## Where published?
8495[ Here] ( https://bintray.com/alexeydanilov/maven/videocache/view )
8596
@@ -100,4 +111,4 @@ See `sample` app for details.
100111 distributed under the License is distributed on an "AS IS" BASIS,
101112 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
102113 See the License for the specific language governing permissions and
103- limitations under the License.
114+ limitations under the License.
You can’t perform that action at this time.
0 commit comments