Skip to content

Commit 3a3ed8e

Browse files
authored
update various repo metadata (#406)
1 parent 5ed9323 commit 3a3ed8e

File tree

7 files changed

+27
-1
lines changed

7 files changed

+27
-1
lines changed

.github/ISSUE_TEMPLATE/async.md

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

.github/ISSUE_TEMPLATE/convert.md

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

.github/ISSUE_TEMPLATE/crypto.md

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

.github/ISSUE_TEMPLATE/fixnum.md

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

.github/workflows/args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Dart CI
1+
name: package:args
22

33
on:
44
# Run CI on pushes to the main branch, and on PRs against main.

pkgs/characters/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.3.1
33
description: >-
44
String replacement with operations that are Unicode/grapheme cluster aware.
55
repository: https://github.com/dart-lang/core/tree/main/pkgs/characters
6+
67
topics:
78
- strings
89
- unicode

0 commit comments

Comments
 (0)