Add issue template and other fixes
diff --git a/.github/ISSUE_TEMPLATE/lints.md b/.github/ISSUE_TEMPLATE/lints.md
new file mode 100644
index 0000000..df93601
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/lints.md
@@ -0,0 +1,5 @@
+---
+name: "package:lints"
+about: "Create a bug or file a feature request against package:lints."
+labels: "package:lints"
+---
\ No newline at end of file
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml
index e157af3..954d5c7 100644
--- a/pkgs/lints/pubspec.yaml
+++ b/pkgs/lints/pubspec.yaml
@@ -3,7 +3,7 @@
description: >
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
suggested by the Dart team.
-repository: https://github.com/dart-lang/lints
+repository: https://github.com/dart-lang/core/tree/main/pkgs/lints
topics:
- analysis