diff options
author | w0rp <devw0rp@gmail.com> | 2020-02-22 10:26:03 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-02-22 10:26:03 +0000 |
commit | 8012809c3f30a767db8395c5b8e3651cdb995635 (patch) | |
tree | 6959153886958d7b2669fd326ff44710589bd371 | |
parent | d6d2a0c77010db6a75a8942e2af9606971738c23 (diff) | |
download | ale-8012809c3f30a767db8395c5b8e3651cdb995635.zip |
Add default labels to issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/report-a-bug.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/suggest-an-improvement.md | 1 |
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. --- |