Skip to content

Commit

Permalink
Add issue template and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 11, 2024
1 parent 23e93f8 commit 696b3f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/string_scanner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:string_scanner"
about: "Create a bug or file a feature request against package:string_scanner."
labels: "package:string_scanner"
---
2 changes: 1 addition & 1 deletion pkgs/string_scanner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: string_scanner
version: 1.4.0
description: A class for parsing strings using a sequence of patterns.
repository: https://github.com/dart-lang/string_scanner
repository: https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner

environment:
sdk: ^3.1.0
Expand Down

0 comments on commit 696b3f2

Please sign in to comment.