From 6b66c9afcb387ac2b0c9740edb3f5d8fb35c2cfc Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Mon, 14 Mar 2022 10:13:01 -0700 Subject: [PATCH] Feature labels --- .github/ISSUE_TEMPLATE/01_bug-report.md | 2 +- .github/ISSUE_TEMPLATE/02_feature-request.md | 2 +- .github/ISSUE_TEMPLATE/03_public_instance.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ---