-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1c3f68
commit e6d8ed8
Showing
1 changed file
with
42 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,56 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
description: Report a bug | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
placeholder: What went wrong? | ||
label: What happened? | ||
description: Please provide as much information as possible, this helps us address the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Steps to reproduce the behavior: | ||
1. Step 1 | ||
2. Step 2 | ||
3. ... | ||
4. See error | ||
placeholder: How can we replicate the issue? | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: modelused | ||
attributes: | ||
label: Model Used | ||
description: A description of the model that was used when the error was encountered | ||
label: How can we reproduce it (as minimally and precisely as possible)? | ||
description: Please provide steps to reproduce. Provide code that can be run if possible. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: AutoGen version | ||
description: What version or commit of the library was used | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Which package was this bug in | ||
options: | ||
- Core | ||
- AgentChat | ||
- Extensions | ||
- AutoGen Studio | ||
- Magentic One | ||
- AutoGen Bench | ||
- Other | ||
- I don't know | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Model used | ||
description: If a model was used, please describe it here | ||
placeholder: gpt-4, mistral-7B etc | ||
- type: textarea | ||
id: expected_behavior | ||
- type: input | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: What should have happened? | ||
- type: textarea | ||
id: screenshots | ||
label: Python version | ||
- type: input | ||
attributes: | ||
label: Screenshots and logs | ||
description: If applicable, add screenshots and logs to help explain your problem. | ||
placeholder: Add screenshots here | ||
label: Operating system | ||
- type: textarea | ||
id: additional_information | ||
attributes: | ||
label: Additional Information | ||
description: | | ||
- AutoGen Version: <!-- Specify the AutoGen version (e.g., v0.2.0) --> | ||
- Operating System: <!-- Specify the OS (e.g., Windows 10, Ubuntu 20.04) --> | ||
- Python Version: <!-- Specify the Python version (e.g., 3.8) --> | ||
- Related Issues: <!-- Link to any related issues here (e.g., #1) --> | ||
- Any other relevant information. | ||
placeholder: Any additional details | ||
attributes: | ||
label: Any additional info you think would be helpful for fixing this bug |