30 lines
892 B
Markdown
30 lines
892 B
Markdown
# Contributing to Memory OS
|
|
|
|
We're in active development and value feedback.
|
|
Whether you write code, docs, tests, or have ideas — every contribution is welcome.
|
|
|
|
## Ways to contribute
|
|
|
|
- **Code:** performance, provider-agnostic features, integrations
|
|
- **Documentation:** tutorials, translations, corrections
|
|
- **Testing:** test on different hardware (8GB RAM, ARM, macOS)
|
|
- **Icarus Fabric skills:** new connectors, usage examples
|
|
- **Ideas:** GitHub Discussions for features and improvements
|
|
|
|
## PR workflow
|
|
|
|
1. Open an issue first (for features) or go directly (for small fixes)
|
|
2. Fork + branch
|
|
3. Follow the existing code style
|
|
4. Test locally
|
|
5. Open the PR — we respond quickly
|
|
|
|
## Local setup
|
|
|
|
```bash
|
|
git clone https://github.com/ClaudioDrews/memory-os.git
|
|
cd memory-os
|
|
```
|
|
|
|
Follow the guide: [setup.sh](setup.sh) (one command) or [setup/install.md](setup/install.md) (manual)
|