Add GitHub issue templates#6
Conversation
Bug report, feature request, platform test report, and config matching the template structure used in mcp-clipboard and mcp-awareness repos. Includes DSM version field and Synology-specific tool checklist for platform test reports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cmeans
left a comment
There was a problem hiding this comment.
QA Review — Round 1
Scope: 4 new files (+206/-0), single commit. Template validation + content review.
CI Status
All checks pass ✅
Contact Links (config.yml)
#quick-startanchor → README line 65 ✅docs/credentials.md→ exists on main ✅
Template Structure
- bug_report.yml — well structured, required fields sensible,
render: shellon logs ✅ - feature_request.yml — area dropdown covers all modules ✅
- config.yml — blank issues enabled, contact links valid ✅
- platform_test_report.yml — see finding below
Findings
1. (substantive) Platform test checklist missing 2 tools
The checklist has 17 items but is missing 2 of the 16 tools listed in README:
| Missing tool | Tier | Description |
|---|---|---|
list_recycle_bin |
READ | Browse recycle bin contents |
restore_from_recycle_bin |
WRITE | Restore deleted files |
These are distinct tools that should be independently testable. Add them between the related items (e.g., list_recycle_bin after list_files, restore_from_recycle_bin after delete_files).
Summary
One substantive finding — 2 tools missing from the platform test report checklist. Everything else looks good: templates are well-structured, labels are appropriate, contact links resolve.
|
Adding QA Failed — platform test checklist is missing list_recycle_bin and restore_from_recycle_bin (2 of 16 tools). |
Add list_recycle_bin and restore_from_recycle_bin — all 16 tools now covered. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cmeans
left a comment
There was a problem hiding this comment.
QA Review — Round 2
Commit: a63792e — Add missing tools to platform test checklist
Verification
| # | Finding | Status |
|---|---|---|
| 1 | Missing list_recycle_bin and restore_from_recycle_bin | Fixed — both added in correct positions (after list_files and delete_files respectively) |
Checklist now covers all 16 tools + setup/check/2FA/keyring (19 items total). CI green. Zero new findings.
Result: Pass
|
Adding Ready for QA Signoff — Round 2 passed, missing tools added, all 16 tools now covered, CI green. |
Summary
Context
Matches the template structure used in mcp-clipboard and mcp-awareness repos. Adapted with Synology-specific fields (DSM version, NAS tool checklist) and areas.
Test plan
🤖 Generated with Claude Code