Skip to content

Commit

Permalink
Added contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorin committed May 14, 2017
1 parent 08a28bc commit 54771c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Contributing
============

Feel free to fork and improve.

You can run the tests locally using the docker image

```bash
cd chrome-headless
docker run --rm -it -v $(pwd):/code registry.gitlab.com/dmore/docker-chrome-headless bash
```

Then in the shell:

```bash
composer install
vendor/bin/phpunit
```
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ default:
chrome:
api_url: "http://localhost:9222"
```
## Contributing
You are encouraged to fork this repository and contribute your own improvements.
See [the contribution guide](CONTRIBUTING.md) for instructions.

0 comments on commit 54771c7

Please sign in to comment.