From ba87490b4372f91fdb334f028598bbe50a74f258 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 22 Dec 2019 19:18:12 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..321b360 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: General bug report +title: '' +labels: '' +assignees: '' + +--- + + + +**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** + + +**Additional context** +Add any other context about the problem here. -- 2.39.5