1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
=========
Community
=========
The Hypothesis community is full of excellent people who can answer your questions and help you out. Please do join us:
* You can post a question on Stack Overflow using the `python-hypothesis <https://stackoverflow.com/questions/tagged/python-hypothesis>`__ tag.
* We also have `a mailing list <https://groups.google.com/forum/#!forum/hypothesis-users>`_. Feel free to use it to ask for help, provide feedback, or discuss anything remotely Hypothesis related at all.
Note that the :gh-file:`Hypothesis code of conduct <CODE_OF_CONDUCT.rst>` applies in all Hypothesis community spaces!
If you would like to cite Hypothesis, please consider :gh-file:`our suggested citation <CITATION.cff>`.
If you like repo badges, we suggest the following badge, which you can add with Markdown or reStructuredText respectively:
.. code:: md
[](https://hypothesis.readthedocs.io/)
.. code:: restructuredtext
.. image:: https://img.shields.io/badge/hypothesis-tested-brightgreen.svg
:alt: Tested with Hypothesis
:target: https://hypothesis.readthedocs.io
Finally, we have a beautiful logo which appears online, and often on stickers:
.. image:: ../../brand/dragonfly-rainbow.svg
:alt: The Hypothesis logo, a dragonfly with rainbow wings
:align: center
:width: 50 %
As well as being beautiful, dragonflies actively hunt down bugs for a living!
You can find the images and a usage guide in the :gh-file:`brand` directory on
GitHub, or find us at conferences where we often have stickers and sometimes
other swag.
|