Skip to content

Commit

Permalink
Add issue template (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg authored Dec 29, 2024
1 parent 8ee252f commit 508e839
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 508e839

Please sign in to comment.