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

+ issue templates #49

Merged
merged 5 commits into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: true
contact_links:
- name: Propose a new lint
url: https://github.com/dart-lang/linter/issues/new?assignees=&labels=enhancement%2C+lint+request&template=lint-request.md&title=
about: Request a new lint rule.
- name: Report an issue with a lint
url: https://github.com/dart-lang/linter/issues/new?assignees=&labels=&template=issue-report.md&title=
about: Create an issue report for an existing lint.

14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/lint-propoposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Lint proposal
about: Propose adding an existing lint rule to a defined rule set.
title: ''
labels: type-lint
assignees: ''

---

**Describe the rule you'd like to see added and to what rule set**
Include as much detail as you can.

**Additional context**
Add any other considerations or context here.