Skip to content
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
55 changes: 27 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
```
33 changes: 20 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
Loading