Skip to content

Commit cb1686c

Browse files
committed
Add issue template and other fixes
1 parent 4bddff0 commit cb1686c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/glob.md

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

pkgs/glob/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: glob
22
version: 2.1.3-wip
33
description: A library to perform Bash-style file and directory globbing.
4-
repository: https://github.com/dart-lang/glob
4+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/glob
55

66
environment:
77
sdk: ^3.3.0

0 commit comments

Comments
 (0)