From f1d62ba5a9ef9669852fb014d31af122284d2648 Mon Sep 17 00:00:00 2001 From: Yash Pratap Solanky <101447028+ysolanky@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:05:14 -0500 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..f243424590 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +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. + +## Steps to Reproduce +List the steps needed to encounter this bug or issue. + +## Agent Configuration (if applicable) +Provide relevant agent configuration. + +## Expected Behavior +What did you expect to happen? + +## Actual Behavior +What actually happened instead? + +## Screenshots or Logs (if applicable) +Include any relevant screenshots or error logs that demonstrate the issue. + +## Environment +- OS: (e.g. macOS, Windows 11) +- Browser (if relevant): (e.g. Chrome 108, Firefox 107) +- Agno Version: (e.g. v1.0.0) +- External Dependency Versions: (e.g., yfinance 0.2.52) +- Additional Environment Details: (e.g., Python 3.10) + +## Possible Solutions (optional) +Suggest any ideas you might have to fix or address the issue. + +## Additional Context +Add any other context or details about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..c9dc1be4a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: What’s missing? Suggest a feature to make Agno even better. +title: "[Feature Request]" +labels: '' +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. From eebabfbd881f2bb29cfa70b59f0d85c27fb1a273 Mon Sep 17 00:00:00 2001 From: ysolanky Date: Thu, 30 Jan 2025 22:15:21 -0500 Subject: [PATCH 2/3] update --- .github/ISSUE_TEMPLATE/feature_request.md | 28 +++++++++++++++------ .github/issue_template.md | 30 ----------------------- 2 files changed, 20 insertions(+), 38 deletions(-) delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c9dc1be4a8..584e18053f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,26 @@ 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 [...] +## Problem Description +Provide a clear and concise explanation of the issue you're facing. +**Example:** *"I often find it frustrating when [...] because [...]”* -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +## Proposed Solution +Explain your ideal solution. How should this feature work? +Be as detailed as possible to help us understand your vision. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Alternatives Considered +Have you found any workarounds or alternative solutions? +Share other approaches you've tried or thought about. -**Additional context** -Add any other context or screenshots about the feature request here. +## 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.** diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 7b74b5fa94..0000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,30 +0,0 @@ -# Description -Briefly describe the issue you’re experiencing or the bug you’ve found. - -## Steps to Reproduce -List the steps needed to encounter this bug or issue. - -## Agent Configuration (if applicable) -Provide relevant agent configuration. - -## Expected Behavior -What did you expect to happen? - -## Actual Behavior -What actually happened instead? - -## Screenshots or Logs (if applicable) -Include any relevant screenshots or error logs that demonstrate the issue. - -## Environment -- OS: (e.g. macOS, Windows 11) -- Browser (if relevant): (e.g. Chrome 108, Firefox 107) -- Agno Version: (e.g. v1.0.0) -- External Dependency Versions: (e.g., yfinance 0.2.52) -- Additional Environment Details: (e.g., Python 3.10) - -## Possible Solutions (optional) -Suggest any ideas you might have to fix or address the issue. - -## Additional Context -Add any other context or details about the problem here. From 86802a6ce19adbc06b4b56aa26ce0ece8472fb0c Mon Sep 17 00:00:00 2001 From: ysolanky Date: Thu, 30 Jan 2025 22:17:52 -0500 Subject: [PATCH 3/3] update --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 584e18053f..ea1b7b2b92 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: What’s missing? Suggest a feature to make Agno even better. title: "[Feature Request]" -labels: '' +labels: 'enhancement' assignees: '' ---