Skip to content

Commit e93106e

Browse files
authored
+ issue templates (dart-archive/lints#49)
* + issue templates * + lint proposal * + linter issue link outs * + flutter callout * drop flutter link
1 parent 1c8b030 commit e93106e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

0 commit comments

Comments
 (0)