-
Notifications
You must be signed in to change notification settings - Fork 88
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
9949899
commit 21b155d
Showing
2 changed files
with
26 additions
and
6 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,25 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
title: "[BUG] - Bug title here" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Bug** | ||
### Describe the Bug | ||
A clear and concise description of what the bug is. | ||
|
||
**AgenticJS Team Config** | ||
### AgenticJS Team Config | ||
Provide a link to a playground or configuration file to reproduce the issue in your AgenticJS setup, if applicable. For example, see: [Example Playground](https://www.agenticjs.com/share/v0EdWee1mYpzlv6KeuLG) | ||
|
||
**Steps to Reproduce** | ||
### Steps to Reproduce | ||
A step-by-step description of how to reproduce the issue, based on the linked reproduction. Screenshots can be provided. | ||
|
||
**Current vs. Expected behavior** | ||
### Current vs. Expected behavior | ||
A clear and concise description of what the bug is, and what you expected to happen. | ||
|
||
**Environment** | ||
### Environment | ||
- Framework/Library: [e.g., React, Vue, NodeJS, Vanilla JavaScript] | ||
- AgenticJS Version: [e.g., 0.1.0] | ||
- JavaScript Runtime: [e.g., Chrome, NodeJS] |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |