Browse Source

fix issue templates

pull/1060/head
o2sh 3 years ago
parent
commit
b4be64d93d
No known key found for this signature in database
GPG Key ID: C2414BD0092379D8
  1. 2
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 2
      .github/ISSUE_TEMPLATE/feature_request.yml
  3. 2
      .github/ISSUE_TEMPLATE/new_language.yml

2
.github/ISSUE_TEMPLATE/bug_report.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: Bug report 🐛
description: Create a bug report to help us improve
labels: ["bug"]
labels: ["🐛 bug"]
body:
- type: markdown
attributes:

2
.github/ISSUE_TEMPLATE/feature_request.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: Feature request 💄
description: Suggest an improvement
labels: ["enhancement"]
labels: ["enhancement"]
body:
- type: markdown
attributes:

2
.github/ISSUE_TEMPLATE/new_language.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: New Language Request 📢
description: Request for a new language to be supported
labels: ["enhancement, good first issue"]
labels: ["enhancement, 🌱 good first issue"]
body:
- type: markdown

Loading…
Cancel
Save