Add issue template and other fixes
diff --git a/.github/ISSUE_TEMPLATE/io.md b/.github/ISSUE_TEMPLATE/io.md new file mode 100644 index 0000000..5646f0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/io.md
@@ -0,0 +1,5 @@ +--- +name: "package:io" +about: "Create a bug or file a feature request against package:io." +labels: "package:io" +--- \ No newline at end of file
diff --git a/pkgs/io/pubspec.yaml b/pkgs/io/pubspec.yaml index dd76841..c7ec99f1 100644 --- a/pkgs/io/pubspec.yaml +++ b/pkgs/io/pubspec.yaml
@@ -3,7 +3,7 @@ Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values. version: 1.0.5-wip -repository: https://github.com/dart-lang/io +repository: https://github.com/dart-lang/tools/tree/main/pkgs/io environment: sdk: ^3.4.0