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