From 508e839bea4a860bb0ec8738d2182ee00a07b3cb Mon Sep 17 00:00:00 2001 From: Luke Oldenburg <87272260+Luke-Oldenburg@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:41:24 -0500 Subject: [PATCH] Add issue template (#62) --- .github/ISSUE_TEMPLATE/bug_report.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..7bfb3f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,20 @@ +name: Bug report +description: found anything jank? let us know! +labels: "bug" +body: + - type: textarea + id: goal + attributes: + label: Describe your goals + description: What were you trying to do? + placeholder: I was trying to filter the ledger for transactions with the ACH Transfer type. + validations: + required: true + - type: textarea + id: bug + attributes: + label: Describe the bug + description: What went wrong? Please include screenshots or videos so we can easily reproduce it! + placeholder: The page only showed ACH Transfers sent in the past year. Everything before 2024 is missing! + validations: + required: true