Skip to content

Commit a22b849

Browse files
committed
Add issue template and other fixes
1 parent da40958 commit a22b849

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

.github/ISSUE_TEMPLATE/platform.md

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

pkgs/platform/CONTRIBUTING.md

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

pkgs/platform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: platform
22
description: A pluggable, mockable platform information abstraction for Dart.
3-
repository: https://github.com/dart-lang/platform
3+
repository: https://github.com/dart-lang/core/tree/main/pkgs/platform
44
issue_tracker: https://github.com/dart-lang/platform/issues
55
version: 3.1.5
66

0 commit comments

Comments
 (0)