Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit c833213

Browse files
authored
add feedback notes (#43)
* add feedback notes * typo
1 parent f9670df commit c833213

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,18 @@ You can customize the pre-defined lint sets, both to disable one or more of the
6464
lints included, or to add additional lints. For details see [customizing static
6565
analysis].
6666
67+
## Submitting Feedback
68+
69+
Feedback is welcome! If you want to propose an existing lint for inclusion here,
70+
check to see if there is already an open [issue] and chime in. If there is not,
71+
please start a conversation with a new issue. If you have questions about existing
72+
lints or have an idea for a new one, please file an issue on the [linter repo].
73+
74+
6775
[dart create]: https://dart.dev/tools/dart-tool
6876
[scoring]: https://pub.dev/help/scoring
6977
[customizing static analysis]: https://dart.dev/guides/language/analysis-options
7078
[rules]: https://dart.dev/tools/linter-rules
7179
[pub.dev]: https://pub.dev
80+
[issue]: https://github.com/dart-lang/lints/issues
81+
[linter repo]: https://github.com/dart-lang/linter

0 commit comments

Comments
 (0)