Skip to content

Commit 8a6a818

Browse files
committed
Add issue template and other fixes
1 parent 83147e4 commit 8a6a818

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/watcher.md

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

pkgs/watcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.1.1-wip
33
description: >-
44
A file system watcher. It monitors changes to contents of directories and
55
sends notifications when files have been added, removed, or modified.
6-
repository: https://github.com/dart-lang/watcher
6+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/watcher
77

88
environment:
99
sdk: ^3.1.0

0 commit comments

Comments
 (0)