diff --git a/.github/ISSUE_TEMPLATE/pubspec_parse.md b/.github/ISSUE_TEMPLATE/pubspec_parse.md new file mode 100644 index 000000000..2d6588102 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pubspec_parse.md @@ -0,0 +1,5 @@ +--- +name: "package:pubspec_parse" +about: "Create a bug or file a feature request against package:pubspec_parse." +labels: "package:pubspec_parse" +--- \ No newline at end of file diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml index bcdaa31ff..cb29d02d5 100644 --- a/pkgs/pubspec_parse/pubspec.yaml +++ b/pkgs/pubspec_parse/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.4.0-wip description: >- Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting. -repository: https://github.com/dart-lang/pubspec_parse +repository: https://github.com/dart-lang/tools/tree/main/pkgs/pubspec_parse topics: - dart-pub