From 3a3ed8e36626b0c72b6edd152fff68d33997b236 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 17 Oct 2024 04:54:13 -0700 Subject: [PATCH] update various repo metadata (#406) --- .github/ISSUE_TEMPLATE/async.md | 5 +++++ .github/ISSUE_TEMPLATE/characters.md | 5 +++++ .github/ISSUE_TEMPLATE/convert.md | 5 +++++ .github/ISSUE_TEMPLATE/crypto.md | 5 +++++ .github/ISSUE_TEMPLATE/fixnum.md | 5 +++++ .github/workflows/args.yaml | 2 +- pkgs/characters/pubspec.yaml | 1 + 7 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/async.md create mode 100644 .github/ISSUE_TEMPLATE/characters.md create mode 100644 .github/ISSUE_TEMPLATE/convert.md create mode 100644 .github/ISSUE_TEMPLATE/crypto.md create mode 100644 .github/ISSUE_TEMPLATE/fixnum.md 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