We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a367ad7 commit b255a17Copy full SHA for b255a17
2 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,8 +1,8 @@
1
name: Bug Report
2
description: Report an issue with the Agent365 Python SDK.
3
title: "[BUG] - [short description]"
4
-labels: bug
5
-assignees: ''
+labels: ["bug"]
+assignees: []
6
7
body:
8
- type: markdown
.github/ISSUE_TEMPLATE/feature_request.yml
name: Feature Request
description: Suggest a new feature or improvement for the Agent365 Python SDK.
title: "[FEATURE] - [short description]"
-labels: enhancement
+labels: ["enhancement"]
0 commit comments