diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6d8648..e5ebfed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,6 @@ --- name: 'Report a Bug 🐛' +about: 'Report a Bug 🐛' title: '🐛[BUG]' labels: '🐛 BUG' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ebe5eb4..8b795c2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,6 @@ --- name: 'Feature request ✨' +about: 'Feature request ✨' title: '👑 [Feature]' labels: '👑 Feature' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 1996ef5..cd7afef 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,6 @@ --- name: 'Questions or need help ❓' +about: 'Questions or need help ❓' title: '🧐[Question]' labels: '🧐 Question' assignees: ''