File tree Expand file tree Collapse file tree 5 files changed +192
-204
lines changed
Expand file tree Collapse file tree 5 files changed +192
-204
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ contact_links:
55 about : Check out the official documentation for guides and API reference.
66 - name : Discussions
77 url : https://github.com/microsoft/agent-framework/discussions
8- about : Ask questions and share ideas in GitHub Discussions .
8+ about : Ask questions about Agent Framework .
Original file line number Diff line number Diff line change 1+ name : .NET Bug Report
2+ description : Report a bug in the Agent Framework .NET SDK
3+ title : " .NET: [Bug]: "
4+ labels : ["bug", ".NET"]
5+ type : bug
6+ body :
7+ - type : textarea
8+ id : description
9+ attributes :
10+ label : Description
11+ description : Please provide a clear and detailed description of the bug.
12+ placeholder : |
13+ - What happened?
14+ - What did you expect to happen?
15+ - Steps to reproduce the issue
16+ validations :
17+ required : true
18+
19+ - type : textarea
20+ id : code-sample
21+ attributes :
22+ label : Code Sample
23+ description : If applicable, provide a minimal code sample that demonstrates the issue.
24+ placeholder : |
25+ ```csharp
26+ // Your code here
27+ ```
28+ render : markdown
29+ validations :
30+ required : false
31+
32+ - type : textarea
33+ id : error-messages
34+ attributes :
35+ label : Error Messages / Stack Traces
36+ description : Include any error messages or stack traces you received.
37+ placeholder : |
38+ ```
39+ Paste error messages or stack traces here
40+ ```
41+ render : markdown
42+ validations :
43+ required : false
44+
45+ - type : input
46+ id : dotnet-packages
47+ attributes :
48+ label : Package Versions
49+ description : List the Microsoft.Agents.* packages and versions you are using
50+ placeholder : " e.g., Microsoft.Agents.AI.Abstractions: 1.0.0, Microsoft.Agents.AI.OpenAI: 1.0.0"
51+ validations :
52+ required : true
53+
54+ - type : input
55+ id : dotnet-version
56+ attributes :
57+ label : .NET Version
58+ description : What version of .NET are you using?
59+ placeholder : " e.g., .NET 8.0"
60+ validations :
61+ required : false
62+
63+ - type : textarea
64+ id : additional-context
65+ attributes :
66+ label : Additional Context
67+ description : Add any other context or screenshots that might be helpful.
68+ placeholder : " Any additional information..."
69+ validations :
70+ required : false
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Request a new feature for Microsoft Agent Framework
3+ title : " [Feature]: "
4+ type : feature
5+ body :
6+
7+ - type : textarea
8+ id : description
9+ attributes :
10+ label : Description
11+ description : Please describe the feature you'd like and why it would be useful.
12+ placeholder : |
13+ Describe the feature you're requesting:
14+ - What problem does it solve?
15+ - What would the expected behavior be?
16+ - Are there any alternatives you've considered?
17+ validations :
18+ required : true
19+
20+ - type : textarea
21+ id : code-sample
22+ attributes :
23+ label : Code Sample
24+ description : If applicable, provide a code sample showing how you'd like to use this feature.
25+ placeholder : |
26+ ```python
27+ # Your code here
28+ ```
29+
30+ or
31+
32+ ```csharp
33+ // Your code here
34+ ```
35+ render : markdown
36+ validations :
37+ required : false
38+
39+ - type : dropdown
40+ id : language
41+ attributes :
42+ label : Language/SDK
43+ description : Which language/SDK does this feature apply to?
44+ options :
45+ - Both
46+ - .NET
47+ - Python
48+ - Other / Not Applicable
49+ default : 0
50+ validations :
51+ required : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments