diff --git a/.github/ISSUE_TEMPLATE/async.md b/.github/ISSUE_TEMPLATE/async.md new file mode 100644 index 00000000..e85a4439 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/async.md @@ -0,0 +1,5 @@ +--- +name: "package:async" +about: "Create a bug or file a feature request against package:async." +labels: "package:async" +--- diff --git a/.github/ISSUE_TEMPLATE/characters.md b/.github/ISSUE_TEMPLATE/characters.md new file mode 100644 index 00000000..1b094c3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/characters.md @@ -0,0 +1,5 @@ +--- +name: "package:characters" +about: "Create a bug or file a feature request against package:characters." +labels: "package:characters" +--- diff --git a/.github/ISSUE_TEMPLATE/convert.md b/.github/ISSUE_TEMPLATE/convert.md new file mode 100644 index 00000000..649ffc1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/convert.md @@ -0,0 +1,5 @@ +--- +name: "package:convert" +about: "Create a bug or file a feature request against package:convert." +labels: "package:convert" +--- diff --git a/.github/ISSUE_TEMPLATE/crypto.md b/.github/ISSUE_TEMPLATE/crypto.md new file mode 100644 index 00000000..d115e91a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crypto.md @@ -0,0 +1,5 @@ +--- +name: "package:crypto" +about: "Create a bug or file a feature request against package:crypto." +labels: "package:crypto" +--- diff --git a/.github/ISSUE_TEMPLATE/fixnum.md b/.github/ISSUE_TEMPLATE/fixnum.md new file mode 100644 index 00000000..80f858bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fixnum.md @@ -0,0 +1,5 @@ +--- +name: "package:fixnum" +about: "Create a bug or file a feature request against package:fixnum." +labels: "package:fixnum" +--- diff --git a/.github/workflows/args.yaml b/.github/workflows/args.yaml index 54a54b77..e7616d9a 100644 --- a/.github/workflows/args.yaml +++ b/.github/workflows/args.yaml @@ -1,4 +1,4 @@ -name: Dart CI +name: package:args on: # Run CI on pushes to the main branch, and on PRs against main. diff --git a/pkgs/characters/pubspec.yaml b/pkgs/characters/pubspec.yaml index 96563a53..32a0cbfb 100644 --- a/pkgs/characters/pubspec.yaml +++ b/pkgs/characters/pubspec.yaml @@ -3,6 +3,7 @@ version: 1.3.1 description: >- String replacement with operations that are Unicode/grapheme cluster aware. repository: https://github.com/dart-lang/core/tree/main/pkgs/characters + topics: - strings - unicode