Skip to content

Commit 969af62

Browse files
committed
Add issue template and other fixes
1 parent 985ce59 commit 969af62

File tree

3 files changed

+6
-40
lines changed

3 files changed

+6
-40
lines changed

.github/ISSUE_TEMPLATE/sse.md

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

pkgs/sse/CONTRIBUTING.md

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

pkgs/sse/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
Provides client and server functionality for setting up bi-directional
55
communication through Server Sent Events (SSE) and corresponding POST
66
requests.
7-
repository: https://github.com/dart-lang/sse
7+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/sse
88

99
environment:
1010
sdk: ^3.3.0

0 commit comments

Comments
 (0)