Skip to content

Commit b255a17

Browse files
Fix Issue Template (#25)
Co-authored-by: Rahul Devikar <radevika@microsoft.com>
1 parent a367ad7 commit b255a17

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Bug Report
22
description: Report an issue with the Agent365 Python SDK.
33
title: "[BUG] - [short description]"
4-
labels: bug
5-
assignees: ''
4+
labels: ["bug"]
5+
assignees: []
66

77
body:
88
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Feature Request
22
description: Suggest a new feature or improvement for the Agent365 Python SDK.
33
title: "[FEATURE] - [short description]"
4-
labels: enhancement
5-
assignees: ''
4+
labels: ["enhancement"]
5+
assignees: []
66

77
body:
88
- type: markdown

0 commit comments

Comments
 (0)