There was an error while loading. Please reload this page.
1 parent 5706fe3 commit 5808c37Copy full SHA for 5808c37
.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
1
+<!--
2
+Thanks for wanting to report an issue you've found in asyncpg. Please fill in
3
+the template below.
4
+
5
+It will be much easier for us to fix the issue if a test case that reproduces
6
+the problem is provided, with clear instructions on how to run it.
7
8
+Thank you!
9
+-->
10
11
+* **asyncpg version**:
12
+* **PostgreSQL version**:
13
+* **Python version**:
14
+* **Platform**:
15
+* **Do you use pgbouncer?**:
16
+* **Do you use the wheel package or built locally
17
+ (if locally, which version of Cython was used)?**:
18
+* **Can you the issue be reproduced when running under
19
+ [uvloop](https://github.com/magicstack/uvloop)?**:
20
21
+<!-- Enter your issue details below this comment. -->
0 commit comments