mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Link CONTRIBUTING.md from README
This commit is contained in:
parent
7f5f43dbe0
commit
81d2ab3afc
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -818,12 +818,6 @@ additional info about how the underlying driver can be configured.
|
||||||
|
|
||||||
## Development
|
## 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:
|
To set up a development environment, simply do:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -831,3 +825,7 @@ git submodule update --init
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec rake # run the test suite
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue