From 07d7c396fb920d6e728b8e30dd703497908cdd35 Mon Sep 17 00:00:00 2001 From: Joyal George K J Date: Sat, 27 Jun 2026 18:01:01 +0530 Subject: [PATCH 1/2] Updated issue type --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/chore.yml | 1 + .github/ISSUE_TEMPLATE/docs.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + .github/ISSUE_TEMPLATE/performance.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a997b10..6902d73 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,7 @@ 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..b17211c 100644 --- a/.github/ISSUE_TEMPLATE/chore.yml +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -2,6 +2,7 @@ name: '๐Ÿงน Maintenance & Chore' 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..5097104 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -2,6 +2,7 @@ name: '๐Ÿ“ Documentation Update' 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..502fc69 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,7 @@ 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..da1d59c 100644 --- a/.github/ISSUE_TEMPLATE/performance.yml +++ b/.github/ISSUE_TEMPLATE/performance.yml @@ -2,6 +2,7 @@ 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: From 5c8c5fc1b01c81055336a8bafd3624652d430d5c Mon Sep 17 00:00:00 2001 From: Joyal George K J Date: Sat, 27 Jun 2026 18:01:13 +0530 Subject: [PATCH 2/2] Emoji remove --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/chore.yml | 2 +- .github/ISSUE_TEMPLATE/docs.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/performance.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6902d73..6da02c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: '๐Ÿ› Bug Report' +name: 'Bug Report' description: 'File a structured bug report to help optimize the wrapper loop' title: '[BUG]: ' labels: ['bug'] diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml index b17211c..2c97e72 100644 --- a/.github/ISSUE_TEMPLATE/chore.yml +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -1,4 +1,4 @@ -name: '๐Ÿงน Maintenance & Chore' +name: 'Chore & Maintenance' description: 'File a repository maintenance task, dependency bump, or CI/CD workflow update' title: '[CHORE]: ' labels: ['chore'] diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 5097104..f903862 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -1,4 +1,4 @@ -name: '๐Ÿ“ Documentation Update' +name: 'Documentation Changes' description: 'File a request to improve, correct, or expand the documentation or wiki' title: '[DOCS]: ' labels: ['documentation'] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 502fc69..e39bbef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: '๐Ÿš€ Feature Request' +name: 'Feature Request' description: 'Propose a new utility capability, terminal flag, or engine behavior for labeled' title: '[FEATURE]: ' labels: ['enhancement'] diff --git a/.github/ISSUE_TEMPLATE/performance.yml b/.github/ISSUE_TEMPLATE/performance.yml index da1d59c..b0bf4aa 100644 --- a/.github/ISSUE_TEMPLATE/performance.yml +++ b/.github/ISSUE_TEMPLATE/performance.yml @@ -1,4 +1,4 @@ -name: 'โšก Performance Optimization' +name: 'Performance Optimization' description: 'File an issue regarding execution delays, memory consumption, or tracking database bloat' title: '[PERF]: ' labels: ['performance']