1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Make it clearer that general problems should go to the mailing list, not the issue tracker

This commit is contained in:
Jo Liss 2011-06-04 14:40:48 +02:00
parent c3f2c44eee
commit e1091daced

View file

@ -26,12 +26,12 @@ On OSX you may have to install libffi, you can install it via MacPorts with:
== Development:
* Source hosted at {GitHub}[http://github.com/jnicklas/capybara].
* Please direct questions, discussions at the {mailing list}[http://groups.google.com/group/ruby-capybara].
* Report issues on {GitHub Issues}[http://github.com/jnicklas/capybara/issues]
* Please direct questions, discussion or problems to the {mailing list}[http://groups.google.com/group/ruby-capybara].
* If you found a reproducible bug, open a {GitHub Issue}[http://github.com/jnicklas/capybara/issues] to submit a bug report.
Pull requests are very welcome! Make sure your patches are well tested, Capybara is
a testing tool after all. Please create a topic branch for every separate change
you make.
Pull requests are very welcome (and even better than bug reports)! Make sure
your patches are well tested, Capybara is a testing tool after all. Please
create a topic branch for every separate change you make.
Capybara uses bundler in development. To set up a development environment, simply do: