Skip to content

Commit 9b131a1

Browse files
authored
Update issue templates
1 parent c64037f commit 9b131a1

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Common problems**
11+
- If you receive a TransportQueryError, it means the error is coming from the backend (See [Error Handling](https://gql.readthedocs.io/en/latest/advanced/error_handling.html)) and has probably nothing to do with gql
12+
- If you use IPython (Jupyter, Spyder), then [you need to use the async version](https://gql.readthedocs.io/en/latest/async/async_usage.html#ipython)
13+
- Before sending a bug report, please consider [activating debug logs](https://gql.readthedocs.io/en/latest/advanced/logging.html) to see the messages exchanged between the client and the backend
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
Please provide a full stack trace if you have one.
18+
If you can, please provide the backend URL, the GraphQL schema, the code you used.
19+
20+
**To Reproduce**
21+
Steps to reproduce the behavior:
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**System info (please complete the following information):**
27+
- OS:
28+
- Python version:
29+
- gql version:
30+
- graphql-core version:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)