Skip to content

Commit 903e5cd

Browse files
committed
Add issue template and other fixes
1 parent 600817a commit 903e5cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/path.md

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

pkgs/path/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
A string-based path manipulation library. All of the path operations you know
55
and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the
66
web.
7-
repository: https://github.com/dart-lang/path
7+
repository: https://github.com/dart-lang/core/tree/main/pkgs/path
88

99
topics:
1010
- file-system

0 commit comments

Comments
 (0)