From eb1d0ec84b25d3014bddb580258c566aab459767 Mon Sep 17 00:00:00 2001 From: Ariel Memory Date: Fri, 3 Jul 2026 13:35:38 +0300 Subject: [PATCH] chore: add issue templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 55 +++++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 33 ++++++++------ 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..e04c5ce4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,37 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' +name: Bug Report +about: Report a bug to help us improve +title: "[BUG] " +labels: bug assignees: '' - --- -**Describe the bug** -A clear and concise description of what the bug is. +## Description + +A clear description of the bug. + +## Steps to Reproduce + +1. +2. +3. + +## Expected Behavior + +What you expected to happen. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +## Actual Behavior -**Expected behavior** -A clear and concise description of what you expected to happen. +What actually happened. -**Screenshots** -If applicable, add screenshots to help explain your problem. +## Environment -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +- OS: +- Python version: +- mcp-ariel-memory version: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +## Logs -**Additional context** -Add any other context about the problem here. +``` +Paste relevant log output here +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..3b276a7a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,27 @@ --- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' +name: Feature Request +about: Suggest a new feature +title: "[FEATURE] " +labels: enhancement 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 [...] +## Description + +A clear description of the feature you'd like. + +## Use Case + +Why is this feature needed? What problem does it solve? + +## Proposed Solution + +How you think this could be implemented. + +## Alternatives Considered -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +Other approaches you've thought about. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Additional Context -**Additional context** -Add any other context or screenshots about the feature request here. +Any other context or screenshots.