Skip to content

Commit 5808c37

Browse files
committed
Add Github issue template.
1 parent 5706fe3 commit 5808c37

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)