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
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - 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! โญ