Update issue templates

Issue template created from web interface
This commit is contained in:
Daniele Varrazzo 2019-09-22 13:09:00 +02:00 committed by GitHub
parent f08019e356
commit 7119298f97

16
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Bug report
about: Report a case of psycopg2 behaving uncorrectly
title: ''
labels: ''
assignees: ''
---
**This is a bug tracker**
- This is not a support forum. If you have a question such as "how do you do X" please:
- first google,
- then [subscribe to the mailing list](https://lists.postgresql.org/manage/) and ask there.
- If you have problems installing psycopg, it's most likely not a bug: you are missing a dependency. Please read the [install documentation](http://initd.org/psycopg/docs/install.html).