From 1aaeb2cdae9f031a8621415c3fbb29dc722a29d5 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 26 Apr 2025 04:32:53 +0100 Subject: [PATCH] Add other issue types --- .github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md | 1 + .github/ISSUE_TEMPLATE/suggest-an-improvement.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md b/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md index ad235e57..aaace261 100644 --- a/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md +++ b/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md @@ -1,6 +1,7 @@ --- name: Suggest a new linter or fixer labels: new tool +type: Task about: Suggest a new tool ALE can officially integrate with. --- diff --git a/.github/ISSUE_TEMPLATE/suggest-an-improvement.md b/.github/ISSUE_TEMPLATE/suggest-an-improvement.md index d39d0ac8..8cbe0232 100644 --- a/.github/ISSUE_TEMPLATE/suggest-an-improvement.md +++ b/.github/ISSUE_TEMPLATE/suggest-an-improvement.md @@ -1,6 +1,7 @@ --- name: Suggest an improvement labels: enhancement +type: Feature about: Suggest some way to improve ALE, or add a new feature. ---