Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
darielnoel authored Aug 8, 2024
1 parent 9949899 commit 21b155d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
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]
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 21b155d

Please sign in to comment.