Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 942 Bytes

File metadata and controls

20 lines (15 loc) · 942 Bytes

Contributing to Scratch Copilot AI

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.

🚀 How to Contribute

  1. Fork the repo: Create your own fork of the code.
  2. Create a branch: git checkout -b feature/amazing-feature.
  3. Commit your changes: git commit -m 'feat: add some amazing feature'.
  4. Push to the branch: git push origin feature/amazing-feature.
  5. Open a Pull Request: Submit your changes for review.

Coding Standards

  • 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.