Skip to content

Commit 37b7a19

Browse files
committed
Add issue template and other fixes
1 parent 86e6070 commit 37b7a19

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/http_parser.md

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

pkgs/http_parser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: http_parser
22
version: 4.1.0
33
description: >-
44
A platform-independent package for parsing and serializing HTTP formats.
5-
repository: https://github.com/dart-lang/http_parser
5+
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_parser
66

77
environment:
88
sdk: ^3.4.0

0 commit comments

Comments
 (0)