Skip to content

Commit 7835193

Browse files
committed
Add issue template and other fixes
1 parent 0734fe2 commit 7835193

File tree

3 files changed

+6
-30
lines changed

3 files changed

+6
-30
lines changed

.github/ISSUE_TEMPLATE/mockito.md

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

pkgs/mockito/CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

pkgs/mockito/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 5.4.5-wip
33
description: >-
44
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
55
behavior verification, and stubbing.
6-
repository: https://github.com/dart-lang/mockito
6+
repository: https://github.com/dart-lang/test/tree/master/pkgs/mockito
77

88
topics:
99
- testing

0 commit comments

Comments
 (0)