Ways to Contribute
Code
Fix bugs, add features, or improve performance. Open a PR and we'll review it fast.
Community
Answer questions, write tutorials, or help other users in Discord.
Getting Started
# 1. Fork the repository on GitHub
# 2. Clone your fork
git clone https://github.com/YOUR_USERNAME/SOPHIAClaw.git
# 3. Create a branch
git checkout -b feature/my-feature
# 4. Make your changes
# ...
# 5. Commit and push
git commit -m "Add feature: description"
git push origin feature/my-feature
# 6. Open a Pull RequestGuidelines
- •No CLA required — Just open a PR
- •One change per PR — Keep changes focused
- •Write tests — If your change adds functionality
- •Update docs — If your change affects usage