From 0a6f30fe507f790d665e18ad37e9c6b18978da7c Mon Sep 17 00:00:00 2001 From: Rahul Devikar Date: Thu, 6 Nov 2025 00:08:08 -0800 Subject: [PATCH] Fix Issue Template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index da7d2070..bbe30e0f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,8 @@ name: Bug Report description: Report an issue with the Agent365 Python SDK. title: "[BUG] - [short description]" -labels: bug -assignees: '' +labels: ["bug"] +assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ae1fd849..e4fa4bb3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,8 @@ name: Feature Request description: Suggest a new feature or improvement for the Agent365 Python SDK. title: "[FEATURE] - [short description]" -labels: enhancement -assignees: '' +labels: ["enhancement"] +assignees: [] body: - type: markdown