Add issue template and other fixes
diff --git a/.github/ISSUE_TEMPLATE/pool.md b/.github/ISSUE_TEMPLATE/pool.md
new file mode 100644
index 0000000..7af32c4
--- /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 4ad49c2..a205b74 100644
--- a/pkgs/pool/pubspec.yaml
+++ b/pkgs/pool/pubspec.yaml
@@ -3,7 +3,7 @@
 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