Skip to content

Commit 696b3f2

Browse files
committed
Add issue template and other fixes
1 parent 23e93f8 commit 696b3f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

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

pkgs/string_scanner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: string_scanner
22
version: 1.4.0
33
description: A class for parsing strings using a sequence of patterns.
4-
repository: https://github.com/dart-lang/string_scanner
4+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner
55

66
environment:
77
sdk: ^3.1.0

0 commit comments

Comments
 (0)