mirror of https://github.com/docker/compose.git
Merge pull request #1141 from bfirsh/contributing-section-in-readme
Add contributing section to readme
This commit is contained in:
commit
15a0fac939
|
@ -1,6 +1,5 @@
|
|||
Docker Compose
|
||||
==============
|
||||
[](http://jenkins.dockerproject.com/job/Compose%20Master/)
|
||||
*(Previously known as Fig)*
|
||||
|
||||
Compose is a tool for defining and running complex applications with Docker.
|
||||
|
@ -53,3 +52,11 @@ Installation and documentation
|
|||
|
||||
- Full documentation is available on [Docker's website](http://docs.docker.com/compose/).
|
||||
- Hop into #docker-compose on Freenode if you have any questions.
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
[](http://jenkins.dockerproject.com/job/Compose%20Master/)
|
||||
|
||||
Want to help build Compose? Check out our [contributing documentation](https://github.com/docker/compose/blob/master/CONTRIBUTING.md).
|
||||
|
||||
|
|
Loading…
Reference in New Issue