summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-02-22 10:26:03 +0000
committerw0rp <devw0rp@gmail.com>2020-02-22 10:26:03 +0000
commit8012809c3f30a767db8395c5b8e3651cdb995635 (patch)
tree6959153886958d7b2669fd326ff44710589bd371
parentd6d2a0c77010db6a75a8942e2af9606971738c23 (diff)
downloadale-8012809c3f30a767db8395c5b8e3651cdb995635.zip
Add default labels to issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/report-a-bug.md1
-rw-r--r--.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md1
-rw-r--r--.github/ISSUE_TEMPLATE/suggest-an-improvement.md1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md
index 6d345c4a..4169029d 100644
--- a/.github/ISSUE_TEMPLATE/report-a-bug.md
+++ b/.github/ISSUE_TEMPLATE/report-a-bug.md
@@ -1,5 +1,6 @@
---
name: Report a bug
+labels: bug
about: Report a bug with ALE.
---
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 75c7637f..ad235e57 100644
--- a/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md
+++ b/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md
@@ -1,5 +1,6 @@
---
name: Suggest a new linter or fixer
+labels: new tool
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 855a6493..d39d0ac8 100644
--- a/.github/ISSUE_TEMPLATE/suggest-an-improvement.md
+++ b/.github/ISSUE_TEMPLATE/suggest-an-improvement.md
@@ -1,5 +1,6 @@
---
name: Suggest an improvement
+labels: enhancement
about: Suggest some way to improve ALE, or add a new feature.
---