Commit e93106e 1 parent 1c8b030 commit e93106e Copy full SHA for e93106e
File tree 2 files changed +23
-0
lines changed
pkgs/lints/.github/ISSUE_TEMPLATE
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : Propose a new lint
4
+ url : https://github.com/dart-lang/linter/issues/new?assignees=&labels=enhancement%2C+lint+request&template=lint-request.md&title=
5
+ about : Request a new lint rule.
6
+ - name : Report an issue with a lint
7
+ url : https://github.com/dart-lang/linter/issues/new?assignees=&labels=&template=issue-report.md&title=
8
+ about : Create an issue report for an existing lint.
9
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Lint proposal
3
+ about : Propose adding an existing lint rule to a defined rule set.
4
+ title : ' '
5
+ labels : type-lint
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the rule you'd like to see added and to what rule set**
11
+ Include as much detail as you can.
12
+
13
+ ** Additional context**
14
+ Add any other considerations or context here.
You can’t perform that action at this time.
0 commit comments