Skip to content

Commit ca023aa

Browse files
committed
Add issue template and other fixes
1 parent cc39071 commit ca023aa

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
lines changed

.github/ISSUE_TEMPLATE/http2.md

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

pkgs/http2/CONTRIBUTING.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

pkgs/http2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: http2
22
version: 2.3.1-wip
33
description: A HTTP/2 implementation in Dart.
4-
repository: https://github.com/dart-lang/http2
4+
repository: https://github.com/dart-lang/http/tree/master/pkgs/http2
55

66
topics:
77
- http

0 commit comments

Comments
 (0)