-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ee252f
commit 508e839
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |