summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/problem-using-psycopg2.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/problem-using-psycopg2.md')
-rw-r--r--.github/ISSUE_TEMPLATE/problem-using-psycopg2.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/problem-using-psycopg2.md b/.github/ISSUE_TEMPLATE/problem-using-psycopg2.md
new file mode 100644
index 0000000..1cf9359
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/problem-using-psycopg2.md
@@ -0,0 +1,26 @@
+---
+name: Problem using psycopg2
+about: Report a case in which psycopg2 is not working as expected
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**This is a bug tracker**
+If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please [write to the mailing list](https://lists.postgresql.org/manage/) or [open a question](https://github.com/psycopg/psycopg2/discussions) instead.
+
+**Please complete the following information:**
+- OS:
+- Python version:
+- PostgreSQL version:
+- pip version
+
+**Describe the bug**
+Please let us know:
+
+1: what you did
+2: what you expected to happen
+3: what happened instead
+
+If possible, provide a script reproducing the issue.