diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a997b10..6da02c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,8 @@ -name: '๐Ÿ› Bug Report' +name: 'Bug Report' description: 'File a structured bug report to help optimize the wrapper loop' title: '[BUG]: ' labels: ['bug'] +type: bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml index d25bee2..2c97e72 100644 --- a/.github/ISSUE_TEMPLATE/chore.yml +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -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]: ' labels: ['chore'] +type: chore body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index eb3cd07..f903862 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -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]: ' labels: ['documentation'] +type: task body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 79fb1e8..e39bbef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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]: ' labels: ['enhancement'] +type: feature body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/performance.yml b/.github/ISSUE_TEMPLATE/performance.yml index 832f602..b0bf4aa 100644 --- a/.github/ISSUE_TEMPLATE/performance.yml +++ b/.github/ISSUE_TEMPLATE/performance.yml @@ -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]: ' labels: ['performance'] +type: feature body: - type: markdown attributes: