summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-09-22 13:09:00 +0200
committerGitHub <noreply@github.com>2019-09-22 13:09:00 +0200
commit7119298f9727ed63050e68ebbe15d2eb2d3a243d (patch)
tree000c1ec439cf191335d3895aab348f52fd11f35e
parentf08019e3568dd845bbefaffbe27c4909cf491d15 (diff)
downloadpsycopg2-7119298f9727ed63050e68ebbe15d2eb2d3a243d.tar.gz
Update issue templatesissue-template
Issue template created from web interface
-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).