From 92f34c920bb9d5bf47c01965ca994c2b5ed489f0 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 10 Dec 2024 14:05:52 +0100 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/pool.md | 5 +++++ pkgs/pool/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/pool.md 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