From 1a71912eb1a6c7745f82215c71cd32caaf8a6bff Mon Sep 17 00:00:00 2001 From: maxnorm Date: Thu, 26 Feb 2026 09:24:12 -0500 Subject: [PATCH] update issue template labels --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/ISSUE_TEMPLATE/security.md | 2 +- .github/ISSUE_TEMPLATE/testing.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bebab796..9a50d393 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug Report about: Report a bug or unexpected behavior title: '[BUG] ' -labels: ['bug'] +labels: ['Bug'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 30e58299..17494233 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -2,7 +2,7 @@ name: Documentation about: Suggest documentation improvements or corrections title: '[DOCS] ' -labels: ['documentation'] +labels: ['Documentation'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a20b9070..daef4f29 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest a new feature or improvement title: '[FEATURE] ' -labels: ['new feature'] +labels: ['New Feature'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index f8c1b5bd..56077108 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask a question about the project title: '[QUESTION] ' -labels: ['question'] +labels: ['Question'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md index 2dffb83c..e2a1aeea 100644 --- a/.github/ISSUE_TEMPLATE/security.md +++ b/.github/ISSUE_TEMPLATE/security.md @@ -2,7 +2,7 @@ name: Security about: Report a security vulnerability or concern title: '[SECURITY] ' -labels: ['security'] +labels: ['Security'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/testing.md b/.github/ISSUE_TEMPLATE/testing.md index b7d12f38..3f13a498 100644 --- a/.github/ISSUE_TEMPLATE/testing.md +++ b/.github/ISSUE_TEMPLATE/testing.md @@ -2,7 +2,7 @@ name: Testing about: Suggest new tests or test improvements title: '[TESTING] ' -labels: ['testing'] +labels: ['Testing'] assignees: '' ---