Skip to content

Commit 635d3f1

Browse files
committed
chore: update github configs
1 parent e4fb55f commit 635d3f1

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 🪲 Bug Report
22
description: Report a bug
33
title: "bug:"
44
labels: ["bug"]
5+
assignees: ["KeidsID"]
56
body:
67
- id: severity
78
type: dropdown
@@ -32,7 +33,8 @@ body:
3233
type: dropdown
3334
attributes:
3435
label: Used Browser (For Web)
35-
description: If the issue occurred on a web page, which browser did you use?
36+
description:
37+
If the issue occurred on a web page, which browser did you use?
3638
multiple: true
3739
options:
3840
- "Chrome"
@@ -84,4 +86,5 @@ body:
8486
type: textarea
8587
attributes:
8688
label: Additional Media
87-
description: Provide screenshots or videos that may help showcase the issue
89+
description:
90+
Provide screenshots or videos that may help showcase the issue

.github/ISSUE_TEMPLATE/feat-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 💡 Feature Request
22
description: Request a new feature
33
title: "feat: "
44
labels: ["feat"]
5+
assignees: ["KeidsID"]
56
body:
67
- id: description
78
type: textarea
@@ -15,4 +16,5 @@ body:
1516
type: textarea
1617
attributes:
1718
label: Additional Media
18-
placeholder: Provide screenshots or videos that may help showcase the feature
19+
placeholder:
20+
Provide screenshots or videos that may help showcase the feature

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
labels: ["dependabot", "github"]
8+
79
- package-ecosystem: "pub"
810
directory: "/"
911
schedule:
10-
interval: "monthly"
12+
interval: "monthly"
13+
labels: ["dependabot"]

pubspec.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: app
2-
description: Simple Cash Flow based accounting system. Suitable for individuals, or small business owners who want to understand the flow of money without the complexity of a full accounting system.
3-
publish_to: 'none'
2+
description:
3+
Simple Cash Flow based accounting system. Suitable for individuals, or small
4+
business owners who want to understand the flow of money without the
5+
complexity of a full accounting system.
6+
publish_to: "none"
47
version: 0.1.0
58

69
environment:
@@ -18,7 +21,7 @@ dependencies:
1821
# deps inject
1922
get_it: ^8.0.3
2023
injectable: ^2.5.0
21-
24+
2225
# router
2326
go_router: ^14.8.1
2427

@@ -42,7 +45,7 @@ dev_dependencies:
4245

4346
# state manager
4447
riverpod_generator: ^2.6.5
45-
48+
4649
# lints
4750
custom_lint: ^0.7.5
4851
flutter_lints: ^5.0.0

0 commit comments

Comments
 (0)