Skip to content

Commit 58c3f90

Browse files
committed
Add issue template and other fixes
1 parent 093f239 commit 58c3f90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/markdown.md

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

pkgs/markdown/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: markdown
22
version: 7.2.3
33
description: >-
44
A portable Markdown library written in Dart that can parse Markdown into HTML.
5-
repository: https://github.com/dart-lang/markdown
5+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown
66

77
topics:
88
- markdown

0 commit comments

Comments
 (0)