Contributions welcome! This guide covers bug reports, features, and pull requests.
Open an issue with:
- Description and steps to reproduce
- Expected vs actual behavior
- Platform (Windows/Mac/Android) and Geode version
- Console errors if any
- Check existing issues first
- Explain use case and benefits
- Be open to discussion
- Fork and clone:
git clone https://github.com/Entity12208/EditorAI.git
cd EditorAI- Create branch:
git checkout -b feature/your-feature- Make changes:
- Follow existing code style
- Test thoroughly
- Use Geode SDK best practices (see docs.geode-sdk.org)
- Add comments for complex logic
- Commit and push:
git commit -m "feat: your feature"
git push origin feature/your-feature