diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index e307c6c..90323fb 100755 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -2,7 +2,7 @@ name: 🐛 Bug Report about: Create a report to help us improve title: '🐛 ' -labels: ⚠️bug +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.md b/.github/ISSUE_TEMPLATE/02_feature-request.md index ce1bfd4..a0655c9 100755 --- a/.github/ISSUE_TEMPLATE/02_feature-request.md +++ b/.github/ISSUE_TEMPLATE/02_feature-request.md @@ -2,7 +2,7 @@ name: ✨ Feature Request about: Suggest an idea for this project title: '✨ ' -labels: Feature +labels: feature request assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/03_public_instance.md b/.github/ISSUE_TEMPLATE/03_public_instance.md index 09f40cf..b23cc22 100755 --- a/.github/ISSUE_TEMPLATE/03_public_instance.md +++ b/.github/ISSUE_TEMPLATE/03_public_instance.md @@ -2,7 +2,7 @@ name: 🚀 Public instance about: Submit a public instance title: '🚀 ' -assignees: '' +labels: public instance ---