File: community.rst

package info (click to toggle)
python-hypothesis 6.138.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,272 kB
  • sloc: python: 62,853; ruby: 1,107; sh: 253; makefile: 41; javascript: 6
file content (36 lines) | stat: -rw-r--r-- 1,656 bytes parent folder | download
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

    [![Tested with Hypothesis](https://img.shields.io/badge/hypothesis-tested-brightgreen.svg)](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.