Skip to content

Commit 66b5ae3

Browse files
committed
Add issue template and other fixes
1 parent b883be6 commit 66b5ae3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/os_detect.md

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

pkgs/os_detect/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: os_detect
22
version: 2.0.2-wip
33
description: Platform independent OS detection.
4-
repository: https://github.com/dart-lang/os_detect
4+
repository: https://github.com/dart-lang/core/tree/main/pkgs/os_detect
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)