Browse code

CONTRIBUTING: wrap a couple of long lines

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>

Ramkumar Ramachandra authored on 2013/11/11 14:15:26
Showing 1 changed files
... ...
@@ -1,11 +1,14 @@
1 1
 # Contributing to Docker
2 2
 
3
-Want to hack on Docker? Awesome! Here are instructions to get you started. They are probably not perfect, please let us know if anything feels
4
-wrong or incomplete.
3
+Want to hack on Docker? Awesome! Here are instructions to get you
4
+started. They are probably not perfect, please let us know if anything
5
+feels wrong or incomplete.
5 6
 
6 7
 ## Build Environment
7 8
 
8
-For instructions on setting up your development environment, please see our dedicated [dev environment setup docs](http://docs.docker.io/en/latest/contributing/devenvironment/).
9
+For instructions on setting up your development environment, please
10
+see our dedicated [dev environment setup
11
+docs](http://docs.docker.io/en/latest/contributing/devenvironment/).
9 12
 
10 13
 ## Contribution guidelines
11 14