fix: update bug and feature request templates to include duplicate check reminder

This commit is contained in:
brianmccann
2026-02-05 11:27:07 -05:00
committed by Alex Newman
parent b493c2d6b0
commit 97c84a3963
3 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,12 @@ assignees: ''
---
## Before submitting
- [ ] I searched [existing issues](https://github.com/thedotmack/claude-mem/issues) and confirmed this is not a duplicate
---
## ⚡ Quick Bug Report (Recommended)
**Use the automated bug report generator** for comprehensive diagnostics:

View File

@@ -7,6 +7,12 @@ assignees: ''
---
## Before submitting
- [ ] I searched [existing issues](https://github.com/thedotmack/claude-mem/issues) and confirmed this is not a duplicate
---
**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 [...]

5
.gitignore vendored
View File

@@ -30,4 +30,7 @@ src/ui/viewer.html
# Prevent other malformed path directories
http*/
https*/
https*/
# Ignore WebStorm project files (for dinosaur IDE users)
.idea/