From 9e2ff9cc8ff06cf16dd3556b338910f665cb90d8 Mon Sep 17 00:00:00 2001 From: rrenkert Date: Mon, 9 Dec 2024 17:59:46 +0100 Subject: [PATCH 1/2] Update issue templates for bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 000000000..92e9acd1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** + +**How To Reproduce** + +**Payload from client (handle_request)** + +**Response from backend** + +**Expected behavior** + +**Additional context** From e0ad0d09c97591457b2aefaa42afef5ae4a46227 Mon Sep 17 00:00:00 2001 From: rrenkert Date: Mon, 9 Dec 2024 18:02:45 +0100 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92e9acd1c..1efdb220a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ assignees: '' **Payload from client (handle_request)** -**Response from backend** +**Response from backend** **Expected behavior**