Contributing to Nemp

January 30, 2026 ยท View on GitHub

Thank you for considering contributing to Nemp! ๐ŸŽ‰

How to Contribute

Reporting Bugs

  • Use GitHub Issues
  • Include: Steps to reproduce, expected behavior, actual behavior
  • Add screenshots if applicable

Suggesting Features

  • Open an issue with [Feature Request] tag
  • Describe the use case
  • Explain why it would be useful

Code Contributions

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

Development Setup

# Clone your fork
git clone https://github.com/YOUR_USERNAME/Nemp-memory.git

# Install as local plugin
cd Nemp-memory
claude plugin install .

Code Style

  • Follow existing patterns
  • Keep it simple
  • Comment complex logic
  • Test before submitting

Questions?

Open an issue or email us at contact@nemp.dev


Thank you for making Nemp better! โญ