From 97c84a39637f907435e9659edb287128ecb96191 Mon Sep 17 00:00:00 2001 From: brianmccann Date: Thu, 5 Feb 2026 11:27:07 -0500 Subject: [PATCH] fix: update bug and feature request templates to include duplicate check reminder --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 6 ++++++ .gitignore | 5 ++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2314b658..79075ca3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 982a4dc0..eae73a33 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 [...] diff --git a/.gitignore b/.gitignore index d7ecb202..6a37b534 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ src/ui/viewer.html # Prevent other malformed path directories http*/ -https*/ \ No newline at end of file +https*/ + +# Ignore WebStorm project files (for dinosaur IDE users) +.idea/