Skip to content

Commit de09be6

Browse files
authored
update the issue templates for package:lints (#887)
1 parent f608a00 commit de09be6

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

.github/ISSUE_TEMPLATE/lints.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ name: "package:lints"
33
about: "Create a bug or file a feature request against package:lints."
44
labels: "package:lints"
55
---
6+
7+
**Note** this issue tracker is used to:
8+
9+
- suggest adding an _existing_ lint to the core or recommended lint sets, or
10+
- file a bug or enhancement against `package:lints`
11+
12+
To propose an entirely new lint, see instead https://github.com/dart-lang/sdk;
13+
thanks!

.github/ISSUE_TEMPLATE/lints_propoposal.md

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

pkgs/lints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ for a list of rules that make up the core and recommended rule sets.
110110
[customizing static analysis]: https://dart.dev/tools/analysis
111111
[rules]: https://dart.dev/tools/linter-rules
112112
[pub.dev]: https://pub.dev
113-
[issue]: https://github.com/dart-lang/core/issues
113+
[issue]: https://github.com/dart-lang/core/issues/new?template=lints.md
114114
[sdk repo]: https://github.com/dart-lang/sdk
115115
[`package:flutter_lints`]: https://pub.dev/packages/flutter_lints

0 commit comments

Comments
 (0)