]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Update issue templates
authorRaphael Michel <mail@raphaelmichel.de>
Sun, 22 Dec 2019 18:18:12 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Dec 2019 18:18:12 +0000 (19:18 +0100)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..321b360
--- /dev/null
@@ -0,0 +1,35 @@
+---
+name: Bug report
+about: General bug report
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!--
+Make sure to read
+https://python-fints.readthedocs.io/en/latest/trouble.html
+before you file a bug
+-->
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Bank I tested this with*
+Name of the bank:
+FinTS URL:
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Code required to reproduce**
+```
+Your sample code
+```
+
+**Log output / error message**
+<!-- Please make sure to remove all sensitive private information -->
+
+**Additional context**
+Add any other context about the problem here.