From 581ffe29d0b7d8f5d0e34c2950d05acd3f26d291 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 17 Aug 2021 13:51:17 -0700 Subject: [PATCH 1/5] + issue templates --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true From ffa9908a39e04747c717ab2296b965a2e686c418 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 17 Aug 2021 13:59:07 -0700 Subject: [PATCH 2/5] + lint proposal --- .github/ISSUE_TEMPLATE/lint-propoposal.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/lint-propoposal.md diff --git a/.github/ISSUE_TEMPLATE/lint-propoposal.md b/.github/ISSUE_TEMPLATE/lint-propoposal.md new file mode 100644 index 0000000..741636d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lint-propoposal.md @@ -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. From c72edf78e9ee0b1a787058d516ee0c9affc559a5 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 17 Aug 2021 14:51:50 -0700 Subject: [PATCH 3/5] + linter issue link outs --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358..040ffa6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +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. + From 2ded63651811313878acf030b60b21c454359601 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 17 Aug 2021 17:13:37 -0700 Subject: [PATCH 4/5] + flutter callout --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 040ffa6..377e334 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,4 +6,7 @@ contact_links: - 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. + - name: Propose a lint for inclusion in Flutter + url: https://github.com/flutter/flutter/issues/new?assignees=&labels=p:%20flutter_lints + about: Propose a new lint for inclusion in `package:flutter_lints`. From 7ee26e2d2e8dc77cdb79eac5f233a2ddb95e9def Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 18 Aug 2021 09:52:43 -0700 Subject: [PATCH 5/5] drop flutter link --- .github/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 377e334..040ffa6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,7 +6,4 @@ contact_links: - 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. - - name: Propose a lint for inclusion in Flutter - url: https://github.com/flutter/flutter/issues/new?assignees=&labels=p:%20flutter_lints - about: Propose a new lint for inclusion in `package:flutter_lints`.