Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 675 Bytes

File metadata and controls

29 lines (22 loc) · 675 Bytes

Contributing to DevMemory

Thanks for your interest in contributing!

Quick Start

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes
  4. Run tests: pytest tests/
  5. Commit: git commit -m 'Add amazing feature'
  6. Push: git push origin feature/amazing-feature
  7. Open a Pull Request

Ideas for Contributions

  • Add new decision patterns
  • Improve detection accuracy
  • Add export formats (PDF, HTML, JSON)
  • Create web interface
  • Add GitHub Actions integration
  • Write more tests
  • Improve documentation

Code Style

  • Follow PEP 8
  • Add docstrings to functions
  • Keep functions focused and small