Skip to content

Commit 92f34c9

Browse files
committed
Add issue template and other fixes
1 parent 1cc1f52 commit 92f34c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/pool.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:pool"
3+
about: "Create a bug or file a feature request against package:pool."
4+
labels: "package:pool"
5+
---

pkgs/pool/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.5.2-wip
33
description: >-
44
Manage a finite pool of resources.
55
Useful for controlling concurrent file system or network requests.
6-
repository: https://github.com/dart-lang/pool
6+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pool
77

88
environment:
99
sdk: ^3.4.0

0 commit comments

Comments
 (0)