diff --git a/.github/ISSUE_TEMPLATE/lints.md b/.github/ISSUE_TEMPLATE/lints.md new file mode 100644 index 00000000..df93601f --- /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 e157af3d..954d5c73 100644 --- a/pkgs/lints/pubspec.yaml +++ b/pkgs/lints/pubspec.yaml @@ -3,7 +3,7 @@ version: 5.1.1 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