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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: '🐛 Bug Report'
name: 'Bug Report'
description: 'File a structured bug report to help optimize the wrapper loop'
title: '[BUG]: <Short description of the bug>'
labels: ['bug']
type: bug
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/chore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: '🧹 Maintenance & Chore'
name: 'Chore & Maintenance'
description: 'File a repository maintenance task, dependency bump, or CI/CD workflow update'
title: '[CHORE]: <Short description of the task>'
labels: ['chore']
type: chore
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: '📝 Documentation Update'
name: 'Documentation Changes'
description: 'File a request to improve, correct, or expand the documentation or wiki'
title: '[DOCS]: <Short description of the documentation task>'
labels: ['documentation']
type: task
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: '🚀 Feature Request'
name: 'Feature Request'
description: 'Propose a new utility capability, terminal flag, or engine behavior for labeled'
title: '[FEATURE]: <Short description of the feature>'
labels: ['enhancement']
type: feature
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/performance.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Performance Optimization'
name: 'Performance Optimization'
description: 'File an issue regarding execution delays, memory consumption, or tracking database bloat'
title: '[PERF]: <Short description of the performance issue>'
labels: ['performance']
type: feature
body:
- type: markdown
attributes:
Expand Down
Loading