Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 453 Bytes

File metadata and controls

25 lines (18 loc) · 453 Bytes

Contributing to Create Forge App

Thank you for contributing! 🚀

How to Contribute

  1. Fork the repository.
  2. Create a new branch.
  3. Implement or improve a feature.
  4. Test your changes.
  5. Submit a Pull Request.

Contribution Ideas

  • Add new templates
  • Improve project generation
  • Write tests
  • Improve documentation

Guidelines

  • Follow PEP 8.
  • Keep code modular.
  • Add tests for new features.
  • Update documentation when needed.