Link CONTRIBUTING.md from README

This commit is contained in:
Jo Liss 2012-09-21 17:03:05 +02:00
parent 7f5f43dbe0
commit 81d2ab3afc
1 changed files with 4 additions and 6 deletions

View File

@ -818,12 +818,6 @@ additional info about how the underlying driver can be configured.
## Development
If you found a _reproducible_ bug, open a [GitHub
Issue](http://github.com/jnicklas/capybara/issues) to submit a bug report.
Even better, send a pull request! Make sure all changes are well tested,
Capybara is a testing tool after all. Topic branches are good.
To set up a development environment, simply do:
```bash
@ -831,3 +825,7 @@ git submodule update --init
bundle install
bundle exec rake # run the test suite
```
See
[CONTRIBUTING.md](https://github.com/jnicklas/capybara/blob/master/CONTRIBUTING.md)
for how to send issues and pull requests.