Skip to content

Commit

Permalink
Adding contributing rules
Browse files Browse the repository at this point in the history
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Apr 22, 2015
1 parent cbafb3a commit 1e40286
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,19 @@ Be careful using volumes : since the goal of this image is to wrap docker-compos

This issue explains how : https://github.com/dduportal/dockerfiles/issues/5 .

The idea is to provide a full "host point of view path" for the volume to mount, since the containerised docker-compose may not have access to the full filesystem.
The idea is to provide a full "host point of view path" for the volume to mount, since the containerised docker-compose may not have access to the full filesystem.

## Contributing

Do not hesitate to contribute by forking this repository

Pick at least one :

* Implement tests in ```/tests/bats/```

* Write the Dockerfile

* (Re)Write the documentation corrections


Finnaly, open the Pull Request : CircleCi will automatically build and test for you

0 comments on commit 1e40286

Please sign in to comment.