Skip to content

Commit bafb17e

Browse files
committed
Add issue template and other fixes
1 parent 32a7c39 commit bafb17e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/logging.md

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

pkgs/logging/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.3.0-wip
33
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.
6-
repository: https://github.com/dart-lang/logging
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/logging
77

88
topics:
99
- logging

0 commit comments

Comments
 (0)