From 58c3f9003eb0fa1128fb148e83002a82feb7adc2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 9 Dec 2024 16:25:20 +0100 Subject: [PATCH] Add issue template and other fixes --- .github/ISSUE_TEMPLATE/markdown.md | 5 +++++ pkgs/markdown/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/markdown.md diff --git a/.github/ISSUE_TEMPLATE/markdown.md b/.github/ISSUE_TEMPLATE/markdown.md new file mode 100644 index 000000000..24e9f16f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/markdown.md @@ -0,0 +1,5 @@ +--- +name: "package:markdown" +about: "Create a bug or file a feature request against package:markdown." +labels: "package:markdown" +--- \ No newline at end of file diff --git a/pkgs/markdown/pubspec.yaml b/pkgs/markdown/pubspec.yaml index 947b66ea9..dba7d5742 100644 --- a/pkgs/markdown/pubspec.yaml +++ b/pkgs/markdown/pubspec.yaml @@ -2,7 +2,7 @@ name: markdown version: 7.2.3 description: >- A portable Markdown library written in Dart that can parse Markdown into HTML. -repository: https://github.com/dart-lang/markdown +repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown topics: - markdown