-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue
Now that we have comprehensive analysis of the codebase structure (CLAUDE.md), we should document:
- Contributing guidelines
- Code style expectations
- Common refactoring patterns
- Performance considerations
Current State
- ✓ CLAUDE.md exists (great!)
- ✓ ANALYSIS.md exists (bug/optimization list)
- ✗ No CONTRIBUTING.md
- ✗ No architecture decision records
- ✗ No developer setup guide
Solution
Create/Update:
CONTRIBUTING.md
- How to set up development environment
- Running tests
- Code style (Go conventions)
- PR process
- Issue types and labels
developer-guide.md
- Common patterns in codebase
- How to add new commands
- How to add new config options
- Performance tips
Benefits
- Lower barrier to contribution
- Consistent code quality from contributors
- Clear expectations
Impact
🟢 Low - Documentation only
Metadata
Metadata
Assignees
Labels
No labels