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

Commit cb2f32d

Browse files
authored
+ issue templates (#49)
* + issue templates * + lint proposal * + linter issue link outs * + flutter callout * drop flutter link
1 parent d349414 commit cb2f32d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
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+
Lines changed: 14 additions & 0 deletions
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)