36 lines
847 B
Markdown
36 lines
847 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: 'Bug: '
|
|
type: 'bug'
|
|
labels: ["bug"]
|
|
projects: ["semantic-kernel"]
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Platform**
|
|
- Language: [e.g. C#, Python]
|
|
- Source: [e.g. NuGet package version 0.1.0, pip package version 0.1.0, main branch of repository]
|
|
- AI model: [e.g. OpenAI:GPT-4o-mini(2024-07-18)]
|
|
- IDE: [e.g. Visual Studio, VS Code]
|
|
- OS: [e.g. Windows, Mac]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here. |