diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bbe30e0..6c83695 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,6 @@ name: Bug Report description: Report an issue with the Agent365 Python SDK. title: "[BUG] - [short description]" labels: ["bug"] -assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e4fa4bb..4b32dab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,6 @@ name: Feature Request description: Suggest a new feature or improvement for the Agent365 Python SDK. title: "[FEATURE] - [short description]" labels: ["enhancement"] -assignees: [] body: - type: markdown