From 37b7a1994632642529f6ad9aab3a0229465ad2cc Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 17 Oct 2024 15:54:30 +0200 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/http_parser.md | 5 +++++ pkgs/http_parser/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/http_parser.md diff --git a/.github/ISSUE_TEMPLATE/http_parser.md b/.github/ISSUE_TEMPLATE/http_parser.md new file mode 100644 index 0000000000..cf34cdc533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/http_parser.md @@ -0,0 +1,5 @@ +--- +name: "package:http_parser" +about: "Create a bug or file a feature request against package:http_parser." +labels: "package:http_parser" +--- \ No newline at end of file diff --git a/pkgs/http_parser/pubspec.yaml b/pkgs/http_parser/pubspec.yaml index 7bf5b8ba0c..ec3b050ac8 100644 --- a/pkgs/http_parser/pubspec.yaml +++ b/pkgs/http_parser/pubspec.yaml @@ -2,7 +2,7 @@ name: http_parser version: 4.1.0 description: >- A platform-independent package for parsing and serializing HTTP formats. -repository: https://github.com/dart-lang/http_parser +repository: https://github.com/dart-lang/http/tree/master/pkgs/http_parser environment: sdk: ^3.4.0