.. meta:: :description: Find how to contribute with splinter. :keywords: splinter, python, contribution, open source, testing, web application, atdd ++++++++++ contribute ++++++++++ * Source hosted at `GitHub `_ * Report issues on `GitHub Issues `_ Pull requests are very welcome! Make sure your patches are well tested and documented :) running the tests ================= If you are using a virtualenv, all you need is: .. highlight:: bash :: $ make test writing docs ============ Splinter documentation is written using `Sphinx `_, which uses `RST `_. Check these tools docs to learn how to write docs for Splinter. building docs ============= In order to build the HTML docs, just run on terminal: .. highlight:: bash :: $ make doc