Skip to content

Commit 6536814

Browse files
committed
Add issue template and other fixes
1 parent 8e698ea commit 6536814

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/pub_semver.md

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

pkgs/pub_semver/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1.5-wip
33
description: >-
44
Versions and version constraints implementing pub's versioning policy. This
55
is very similar to vanilla semver, with a few corner cases.
6-
repository: https://github.com/dart-lang/pub_semver
6+
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pub_semver
77
topics:
88
- dart-pub
99
- semver

0 commit comments

Comments
 (0)