Skip to content

Commit 6af0821

Browse files
authored
add links to the package issue trackers (#720)
1 parent 1156cfe commit 6af0821

File tree

19 files changed

+62
-50
lines changed

19 files changed

+62
-50
lines changed

.github/ISSUE_TEMPLATE/collection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:collection"
33
about: "Create a bug or file a feature request against package:collection."
44
labels: "package:collection"
5-
---
5+
---

.github/ISSUE_TEMPLATE/logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:logging"
33
about: "Create a bug or file a feature request against package:logging."
44
labels: "package:logging"
5-
---
5+
---

.github/ISSUE_TEMPLATE/os_detect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:os_detect"
33
about: "Create a bug or file a feature request against package:os_detect."
44
labels: "package:os_detect"
5-
---
5+
---

.github/ISSUE_TEMPLATE/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:path"
33
about: "Create a bug or file a feature request against package:path."
44
labels: "package:path"
5-
---
5+
---

.github/ISSUE_TEMPLATE/platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:platform"
33
about: "Create a bug or file a feature request against package:platform."
44
labels: "package:platform"
5-
---
5+
---

.github/ISSUE_TEMPLATE/typed_data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:typed_data"
33
about: "Create a bug or file a feature request against package:typed_data."
44
labels: "package:typed_data"
5-
---
5+
---

.github/labeler.yml

+30-26
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,53 @@
1-
# Configuration for .github/workflows/pull_request_label.yaml.
1+
# Configuration for .github/workflows/pull_request_label.yml.
22

3-
"package:args":
3+
'type-infra':
44
- changed-files:
5-
- any-glob-to-any-file: 'pkgs/args/**'
5+
- any-glob-to-any-file: '.github/**'
66

7-
"package:async":
7+
'package:args':
88
- changed-files:
9-
- any-glob-to-any-file: 'pkgs/async/**'
9+
- any-glob-to-any-file: 'pkgs/args/**'
1010

11-
"package:characters":
11+
'package:async':
1212
- changed-files:
13-
- any-glob-to-any-file: 'pkgs/characters/**'
13+
- any-glob-to-any-file: 'pkgs/async/**'
1414

15-
"package:collection":
15+
'package:characters':
1616
- changed-files:
17-
- any-glob-to-any-file: 'pkgs/collection/**'
17+
- any-glob-to-any-file: 'pkgs/characters/**'
1818

19-
"package:convert":
19+
'package:collection':
2020
- changed-files:
21-
- any-glob-to-any-file: 'pkgs/convert/**'
21+
- any-glob-to-any-file: 'pkgs/collection/**'
2222

23-
"package:crypto":
23+
'package:convert':
2424
- changed-files:
25-
- any-glob-to-any-file: 'pkgs/crypto/**'
25+
- any-glob-to-any-file: 'pkgs/convert/**'
2626

27-
"package:fixnum":
27+
'package:crypto':
2828
- changed-files:
29-
- any-glob-to-any-file: 'pkgs/fixnum/**'
29+
- any-glob-to-any-file: 'pkgs/crypto/**'
3030

31-
"package:logging":
31+
'package:fixnum':
3232
- changed-files:
33-
- any-glob-to-any-file: 'pkgs/logging/**'
33+
- any-glob-to-any-file: 'pkgs/fixnum/**'
3434

35-
"package:os_detect":
35+
'package:logging':
3636
- changed-files:
37-
- any-glob-to-any-file: 'pkgs/os_detect/**'
38-
39-
"package:path":
37+
- any-glob-to-any-file: 'pkgs/logging/**'
38+
39+
'package:os_detect':
40+
- changed-files:
41+
- any-glob-to-any-file: 'pkgs/os_detect/**'
42+
43+
'package:path':
4044
- changed-files:
41-
- any-glob-to-any-file: 'pkgs/path/**'
45+
- any-glob-to-any-file: 'pkgs/path/**'
4246

43-
"package:platform":
47+
'package:platform':
4448
- changed-files:
45-
- any-glob-to-any-file: 'pkgs/platform/**'
49+
- any-glob-to-any-file: 'pkgs/platform/**'
4650

47-
"package:typed_data":
51+
'package:typed_data':
4852
- changed-files:
49-
- any-glob-to-any-file: 'pkgs/typed_data/**'
53+
- any-glob-to-any-file: 'pkgs/typed_data/**'

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ This repository is home to various Dart packages under the [dart.dev](https://pu
66

77
## Packages
88

9-
| Package | Description | Version |
10-
|---|---|---|
11-
| [args](pkgs/args/) | Library for defining parsers for parsing raw command-line arguments into a set of options and values. | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) |
12-
| [async](pkgs/async/) | Utility functions and classes related to the 'dart:async' library.| [![pub package](https://img.shields.io/pub/v/async.svg)](https://pub.dev/packages/async) |
13-
| [characters](pkgs/characters/) | String replacement with operations that are Unicode/grapheme cluster aware. | [![pub package](https://img.shields.io/pub/v/characters.svg)](https://pub.dev/packages/characters) |
14-
| [collection](pkgs/collection/) | Collections and utilities functions and classes related to collections. | [![pub package](https://img.shields.io/pub/v/collection.svg)](https://pub.dev/packages/collection) |
15-
| [convert](pkgs/convert/) | Utilities for converting between data representations. | [![pub package](https://img.shields.io/pub/v/convert.svg)](https://pub.dev/packages/convert) |
16-
| [crypto](pkgs/crypto/) | Implementations of SHA, MD5, and HMAC cryptographic functions. | [![pub package](https://img.shields.io/pub/v/crypto.svg)](https://pub.dev/packages/crypto) |
17-
| [fixnum](pkgs/fixnum/) | Library for 32- and 64-bit signed fixed-width integers. | [![pub package](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum) |
18-
| [logging](pkgs/logging/) | Provides APIs for debugging and error logging. | [![pub package](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging) |
19-
| [os_detect](pkgs/os_detect/) | Platform independent OS detection. | [![pub package](https://img.shields.io/pub/v/os_detect.svg)](https://pub.dev/packages/os_detect) |
20-
| [path](pkgs/path/) | A string-based path manipulation library for all of the path operations you know and love. | [![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path) |
21-
| [platform](pkgs/platform/) | A pluggable, mockable platform information abstraction for Dart. | [![pub package](https://img.shields.io/pub/v/platform.svg)](https://pub.dev/packages/platform) |
22-
| [typed_data](pkgs/typed_data/) | Utility functions and classes related to the dart:typed_data library. | [![pub package](https://img.shields.io/pub/v/typed_data.svg)](https://pub.dev/packages/typed_data) |
9+
| Package | Description | Issues | Version |
10+
| --- | --- | --- | --- |
11+
| [args](pkgs/args/) | Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. | [![package issues](https://img.shields.io/badge/package:args-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs) | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) |
12+
| [async](pkgs/async/) | Utility functions and classes related to the 'dart:async' library. | [![package issues](https://img.shields.io/badge/package:async-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync) | [![pub package](https://img.shields.io/pub/v/async.svg)](https://pub.dev/packages/async) |
13+
| [characters](pkgs/characters/) | String replacement with operations that are Unicode/grapheme cluster aware. | [![package issues](https://img.shields.io/badge/package:characters-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters) | [![pub package](https://img.shields.io/pub/v/characters.svg)](https://pub.dev/packages/characters) |
14+
| [collection](pkgs/collection/) | Collections and utilities functions and classes related to collections. | [![package issues](https://img.shields.io/badge/package:collection-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection) | [![pub package](https://img.shields.io/pub/v/collection.svg)](https://pub.dev/packages/collection) |
15+
| [convert](pkgs/convert/) | Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types. | [![package issues](https://img.shields.io/badge/package:convert-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert) | [![pub package](https://img.shields.io/pub/v/convert.svg)](https://pub.dev/packages/convert) |
16+
| [crypto](pkgs/crypto/) | Implementations of SHA, MD5, and HMAC cryptographic functions. | [![package issues](https://img.shields.io/badge/package:crypto-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto) | [![pub package](https://img.shields.io/pub/v/crypto.svg)](https://pub.dev/packages/crypto) |
17+
| [fixnum](pkgs/fixnum/) | Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes. | [![package issues](https://img.shields.io/badge/package:fixnum-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum) | [![pub package](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum) |
18+
| [logging](pkgs/logging/) | Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger. | [![package issues](https://img.shields.io/badge/package:logging-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging) | [![pub package](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging) |
19+
| [os_detect](pkgs/os_detect/) | Platform independent OS detection. | [![package issues](https://img.shields.io/badge/package:os_detect-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect) | [![pub package](https://img.shields.io/pub/v/os_detect.svg)](https://pub.dev/packages/os_detect) |
20+
| [path](pkgs/path/) | A string-based path manipulation library. | [![package issues](https://img.shields.io/badge/package:path-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath) | [![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path) |
21+
| [platform](pkgs/platform/) | A pluggable, mockable platform information abstraction for Dart. | [![package issues](https://img.shields.io/badge/package:platform-4774bc)](https://github.com/dart-lang/core/issues) | [![pub package](https://img.shields.io/pub/v/platform.svg)](https://pub.dev/packages/platform) |
22+
| [typed_data](pkgs/typed_data/) | Utility functions and classes related to the dart:typed_data library. | [![package issues](https://img.shields.io/badge/package:typed_data-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data) | [![pub package](https://img.shields.io/pub/v/typed_data.svg)](https://pub.dev/packages/typed_data) |
2323

2424
## Publishing automation
2525

pkgs/args/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
66
repository: https://github.com/dart-lang/core/tree/main/pkgs/args
7+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs
78

89
topics:
910
- cli

pkgs/async/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: async
22
version: 2.12.0
33
description: Utility functions and classes related to the 'dart:async' library.
44
repository: https://github.com/dart-lang/core/tree/main/pkgs/async
5+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync
56

67
topics:
78
- async

pkgs/characters/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.4.0
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+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters
67

78
topics:
89
- strings

pkgs/collection/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.19.1-wip
33
description: >-
44
Collections and utilities functions and classes related to collections.
55
repository: https://github.com/dart-lang/core/tree/main/pkgs/collection
6+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection
67

78
topics:
89
- collections

pkgs/convert/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
Utilities for converting between data representations.
55
Provides a number of Sink, Codec, Decoder, and Encoder types.
66
repository: https://github.com/dart-lang/core/tree/main/pkgs/convert
7+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert
78

89
environment:
910
sdk: ^3.4.0

pkgs/crypto/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: crypto
22
version: 3.0.6
33
description: Implementations of SHA, MD5, and HMAC cryptographic functions.
44
repository: https://github.com/dart-lang/core/tree/main/pkgs/crypto
5+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto
56

67
topics:
78
- crypto

pkgs/fixnum/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
Library for 32- and 64-bit signed fixed-width integers with consistent
55
behavior between native and JS runtimes.
66
repository: https://github.com/dart-lang/core/tree/main/pkgs/fixnum
7+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
78

89
environment:
910
sdk: ^3.1.0

pkgs/logging/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
Provides APIs for debugging and error logging, similar to loggers in other
55
languages, such as the Closure JS Logger and java.util.logging.Logger.
66
repository: https://github.com/dart-lang/core/tree/main/pkgs/logging
7+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging
78

89
topics:
910
- logging

pkgs/os_detect/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: os_detect
22
version: 2.0.3-wip
33
description: Platform independent OS detection.
44
repository: https://github.com/dart-lang/core/tree/main/pkgs/os_detect
5+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect
56

67
environment:
78
sdk: ^3.5.0

pkgs/path/pubspec.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: path
22
version: 1.9.1
3-
description: >-
4-
A string-based path manipulation library. All of the path operations you know
5-
and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the
6-
web.
3+
description: A string-based path manipulation library.
74
repository: https://github.com/dart-lang/core/tree/main/pkgs/path
5+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath
86

97
topics:
108
- file-system

pkgs/typed_data/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.4.0
33
description: >-
44
Utility functions and classes related to the dart:typed_data library.
55
repository: https://github.com/dart-lang/core/tree/main/pkgs/typed_data
6+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data
67

78
topics:
89
- data-structures

0 commit comments

Comments
 (0)