From 903e5cd99371b7cc2b36d4d10e36ad0d3c65b0af Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 16 Oct 2024 13:12:26 +0200 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/path.md | 5 +++++ pkgs/path/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/path.md diff --git a/.github/ISSUE_TEMPLATE/path.md b/.github/ISSUE_TEMPLATE/path.md new file mode 100644 index 00000000..bed57e84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/path.md @@ -0,0 +1,5 @@ +--- +name: "package:path" +about: "Create a bug or file a feature request against package:path." +labels: "package:path" +--- \ No newline at end of file diff --git a/pkgs/path/pubspec.yaml b/pkgs/path/pubspec.yaml index a7bdeeb6..09364b39 100644 --- a/pkgs/path/pubspec.yaml +++ b/pkgs/path/pubspec.yaml @@ -4,7 +4,7 @@ description: >- A string-based path manipulation library. All of the path operations you know and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the web. -repository: https://github.com/dart-lang/path +repository: https://github.com/dart-lang/core/tree/main/pkgs/path topics: - file-system