Add default labels to issue templates

This commit is contained in:
w0rp 2020-02-22 10:26:03 +00:00
parent d6d2a0c770
commit 8012809c3f
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
name: Report a bug
labels: bug
about: Report a bug with ALE.
---

View File

@ -1,5 +1,6 @@
---
name: Suggest a new linter or fixer
labels: new tool
about: Suggest a new tool ALE can officially integrate with.
---

View File

@ -1,5 +1,6 @@
---
name: Suggest an improvement
labels: enhancement
about: Suggest some way to improve ALE, or add a new feature.
---