Skip to content

Commit bcff5ce

Browse files
committed
Add issue template and other fixes
1 parent a64c379 commit bcff5ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/lints.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:lints"
3+
about: "Create a bug or file a feature request against package:lints."
4+
labels: "package:lints"
5+
---

pkgs/lints/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 5.1.1
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.
6-
repository: https://github.com/dart-lang/lints
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/lints
77

88
topics:
99
- analysis

0 commit comments

Comments
 (0)