Contributing to Memory Workflow Skill
Thank you for your interest in contributing! 🎉
How to Contribute
Reporting Issues
If you find a bug or have a suggestion:
- Check if the issue already exists
- Create a new issue with:
- Clear description
- Steps to reproduce (for bugs)
- Expected vs actual behavior
- Your environment (OpenClaw version, OS)
Submitting Changes
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature
- Make your changes
- Test thoroughly
- Commit with clear messages
- Push to your fork
- Create a Pull Request
What We're Looking For
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🎨 UI/UX enhancements
- 🌍 Translations
Code Style
- Keep it simple and readable
- Comment complex logic
- Follow existing patterns
- Test before submitting
Commit Messages
Use clear, descriptive commit messages:
Add: New morning review template
Fix: Cron job timing issue
Update: Documentation for v1.1
Development Setup
# Clone your fork
git clone https://github.com/YOUR_USERNAME/demi.git
cd demi/skills/memory-workflow
# Test your changes
./scripts/init.sh
./scripts/morning-review.sh
Questions?
Feel free to open an issue for questions or join discussions!
Thank you for making AI agent memory management better! 🧠✨