Skip to content

Commit 8021ff0

Browse files
committed
Add issue template and other fixes
1 parent af4f628 commit 8021ff0

File tree

3 files changed

+6
-34
lines changed

3 files changed

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

pkgs/stream_channel/CONTRIBUTING.md

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

pkgs/stream_channel/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1.3-wip
33
description: >-
44
An abstraction for two-way communication channels based on the Dart Stream
55
class.
6-
repository: https://github.com/dart-lang/stream_channel
6+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_channel
77

88
environment:
99
sdk: ^3.3.0

0 commit comments

Comments
 (0)