From bafb17e23241177dcdc9c8ae555cdded36af4aeb Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 16 Oct 2024 10:57:59 +0200 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/logging.md | 5 +++++ pkgs/logging/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/logging.md diff --git a/.github/ISSUE_TEMPLATE/logging.md b/.github/ISSUE_TEMPLATE/logging.md new file mode 100644 index 00000000..53564bc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/logging.md @@ -0,0 +1,5 @@ +--- +name: "package:logging" +about: "Create a bug or file a feature request against package:logging." +labels: "package:logging" +--- \ No newline at end of file diff --git a/pkgs/logging/pubspec.yaml b/pkgs/logging/pubspec.yaml index cc059c1d..e3738cf7 100644 --- a/pkgs/logging/pubspec.yaml +++ b/pkgs/logging/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.3.0-wip description: >- Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger. -repository: https://github.com/dart-lang/logging +repository: https://github.com/dart-lang/core/tree/main/pkgs/logging topics: - logging