Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/async.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:async"
about: "Create a bug or file a feature request against package:async."
labels: "package:async"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/characters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:characters"
about: "Create a bug or file a feature request against package:characters."
labels: "package:characters"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/convert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:convert"
about: "Create a bug or file a feature request against package:convert."
labels: "package:convert"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/crypto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:crypto"
about: "Create a bug or file a feature request against package:crypto."
labels: "package:crypto"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/fixnum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:fixnum"
about: "Create a bug or file a feature request against package:fixnum."
labels: "package:fixnum"
---
2 changes: 1 addition & 1 deletion .github/workflows/args.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart CI
name: package:args

on:
# Run CI on pushes to the main branch, and on PRs against main.
Expand Down
1 change: 1 addition & 0 deletions pkgs/characters/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading