Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 414 Bytes

File metadata and controls

25 lines (18 loc) · 414 Bytes

Contributing to Forge CLI

Thank you for contributing! 🚀

How to Contribute

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Test your code.
  5. Submit a Pull Request.

Contribution Ideas

  • Add new CLI commands
  • Improve documentation
  • Write tests
  • Fix bugs

Guidelines

  • Follow PEP 8.
  • Keep code readable.
  • Add comments where helpful.
  • Test changes before submitting.