Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: ['bug']
labels: ['Bug']
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Documentation
about: Suggest documentation improvements or corrections
title: '[DOCS] '
labels: ['documentation']
labels: ['Documentation']
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: Suggest a new feature or improvement
title: '[FEATURE] '
labels: ['new feature']
labels: ['New Feature']
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Question
about: Ask a question about the project
title: '[QUESTION] '
labels: ['question']
labels: ['Question']
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Security
about: Report a security vulnerability or concern
title: '[SECURITY] '
labels: ['security']
labels: ['Security']
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Testing
about: Suggest new tests or test improvements
title: '[TESTING] '
labels: ['testing']
labels: ['Testing']
assignees: ''
---

Expand Down