From b146cc0efad8f55dbec8f40b7c99f812a8440ecd Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 17 Oct 2024 16:00:30 +0200 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/matcher.md | 5 +++++ pkgs/matcher/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/matcher.md diff --git a/.github/ISSUE_TEMPLATE/matcher.md b/.github/ISSUE_TEMPLATE/matcher.md new file mode 100644 index 000000000..f41464d59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/matcher.md @@ -0,0 +1,5 @@ +--- +name: "package:matcher" +about: "Create a bug or file a feature request against package:matcher." +labels: "package:matcher" +--- \ No newline at end of file diff --git a/pkgs/matcher/pubspec.yaml b/pkgs/matcher/pubspec.yaml index 938a18ae8..5c66277dc 100644 --- a/pkgs/matcher/pubspec.yaml +++ b/pkgs/matcher/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.12.17-wip description: >- Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases. -repository: https://github.com/dart-lang/matcher +repository: https://github.com/dart-lang/test/tree/master/pkgs/matcher environment: sdk: ^3.4.0