summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..0cec924
--- /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).