From 4a260a86fdde74aff242db4cfa064a33795b30d3 Mon Sep 17 00:00:00 2001 From: Moritz <mosum@google.com> Date: Fri, 20 Dec 2024 13:58:31 +0100 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/pubspec_parse.md | 5 +++++ pkgs/pubspec_parse/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/pubspec_parse.md 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