File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : .NET Bug Report
22description : Report a bug in the Agent Framework .NET SDK
33title : " .NET: [Bug]: "
4- labels : ["bug", " .NET"]
4+ labels : [".NET"]
55type : bug
66body :
77 - type : textarea
Original file line number Diff line number Diff line change 11name : Python Bug Report
22description : Report a bug in the Agent Framework Python SDK
33title : " Python: [Bug]: "
4- labels : ["bug", " Python"]
4+ labels : ["Python"]
55type : bug
66body :
77 - type : textarea
Original file line number Diff line number Diff line change 9090 // Check for issue type from issue form dropdown
9191 const issueTypeField = getFormFieldValue(body, 'Type of Issue')
9292 if (issueTypeField) {
93- if (issueTypeField === 'Bug') {
94- labels.push("bug")
95- } else if (issueTypeField === 'Feature Request') {
93+ if (issueTypeField === 'Feature Request') {
9694 labels.push("enhancement")
9795 } else if (issueTypeField === 'Question') {
9896 labels.push("question")
You can’t perform that action at this time.
0 commit comments