diff --git a/.github/ISSUE_TEMPLATE/pool.md b/.github/ISSUE_TEMPLATE/pool.md new file mode 100644 index 000000000..7af32c4a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pool.md @@ -0,0 +1,5 @@ +--- +name: "package:pool" +about: "Create a bug or file a feature request against package:pool." +labels: "package:pool" +--- \ No newline at end of file diff --git a/pkgs/pool/pubspec.yaml b/pkgs/pool/pubspec.yaml index 4ad49c264..a205b7494 100644 --- a/pkgs/pool/pubspec.yaml +++ b/pkgs/pool/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.5.2-wip description: >- Manage a finite pool of resources. Useful for controlling concurrent file system or network requests. -repository: https://github.com/dart-lang/pool +repository: https://github.com/dart-lang/tools/tree/main/pkgs/pool environment: sdk: ^3.4.0