Skip to content

Commit

Permalink
Link CONTRIBUTING.md from README
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Sep 21, 2012
1 parent 7f5f43d commit 81d2ab3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,16 +818,14 @@ 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
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.

0 comments on commit 81d2ab3

Please sign in to comment.