Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update issue templates #1950

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Report an issue to help us fix bugs and improve your experience.
title: "[Bug]"
labels: bug
assignees: ''

---

# Description
Briefly describe the issue you’re experiencing or the bug you’ve found.

Expand Down
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: What’s missing? Suggest a feature to make Agno even better.
title: "[Feature Request]"
labels: 'enhancement'
assignees: ''

---

## Problem Description
Provide a clear and concise explanation of the issue you're facing.
**Example:** *"I often find it frustrating when [...] because [...]”*

## Proposed Solution
Explain your ideal solution. How should this feature work?
Be as detailed as possible to help us understand your vision.

## Alternatives Considered
Have you found any workarounds or alternative solutions?
Share other approaches you've tried or thought about.

## Additional context
Include any extra information that might be helpful, such as:
- Screenshots
- Examples of similar features elsewhere
- Any relevant links or references

## Would you like to work on this?
We welcome contributions! Let us know if you’d like to help implement this feature.
**[ ] Yes, I’d love to work on it!**
**[ ] I’m open to collaborating but need guidance.**
**[ ] No, I’m just sharing the idea.**