We welcome contributions to Scratch Copilot AI! Whether it's reporting a bug, improving the documentation, or adding a new feature, your help is appreciated.
- Fork the repo: Create your own fork of the code.
- Create a branch:
git checkout -b feature/amazing-feature. - Commit your changes:
git commit -m 'feat: add some amazing feature'. - Push to the branch:
git push origin feature/amazing-feature. - Open a Pull Request: Submit your changes for review.
- Use clear, idiomatic JavaScript/ES6+.
- Keep code clean, modular, and well-commented.
- Ensure all new features are thoroughly tested within the Scratch editor context.
- Follow the existing coding style for naming, formatting, and indentation.
By contributing, you agree that your contributions will be licensed under the MIT License.