Skip to content

Commit 5d3b065

Browse files
committed
Add issue template and other fixes
1 parent d885eea commit 5d3b065

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/yaml.md

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

pkgs/yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yaml
22
version: 3.1.3-wip
33
description: A parser for YAML, a human-friendly data serialization standard
4-
repository: https://github.com/dart-lang/yaml
4+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/yaml
55
topics:
66
- yaml
77
- config-format

0 commit comments

Comments
 (0)