Skip to content

Commit 96a8d20

Browse files
committed
Add issue template and other fixes
1 parent 80a4e29 commit 96a8d20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/stack_trace.md

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

pkgs/stack_trace/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stack_trace
22
version: 1.12.0
33
description: A package for manipulating stack traces and printing them readably.
4-
repository: https://github.com/dart-lang/stack_trace
4+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stack_trace
55

66
environment:
77
sdk: ^3.4.0

0 commit comments

Comments
 (0)