diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0cec9249 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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).