Welcome! I am happy that you are here :)
Report bugs for Hypothesis-GraphQL in the issue tracker.
If you are reporting a bug, please:
- Write a simple and descriptive title to identify the problem.
- Describe the exact steps which reproduce the problem in as many details as possible.
- Describe the behavior you observed after following the steps and point out what exactly is the problem with that behavior.
- Explain which behavior you expected to see instead and why.
- Include Python / Hypothesis-GraphQL versions.
It would be awesome if you can submit a failing test that demonstrates the problem.
-
Fork the repository.
-
Enable and install pre-commit to ensure style-guides and code checks are followed.
-
Target the
master
branch. -
Tests are run using
tox
:tox -e py39
The test environment above is usually enough to cover most cases locally.
For each pull request, we aim to review it as soon as possible. If you wait a few days without a reply, please feel free to ping the thread by adding a new comment.
At present the core developers are:
- Dmitry Dygalo @Stranger6667
Thanks!