Skip to content

Commit 3586c28

Browse files
committed
Add issue template and other fixes
1 parent e87e8ce commit 3586c28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/timing.md

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

pkgs/timing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.0.2-wip
33
description: >-
44
A simple package for tracking the performance of synchronous and asynchronous
55
actions.
6-
repository: https://github.com/dart-lang/timing
6+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/timing
77

88
environment:
99
sdk: ^3.4.0

0 commit comments

Comments
 (0)