Skip to content

Latest commit

ย 

History

History
14 lines (11 loc) ยท 384 Bytes

File metadata and controls

14 lines (11 loc) ยท 384 Bytes

Contributing to Hyperion

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/name
  3. Commit changes: git commit -am 'description'
  4. Push to branch: git push origin feature/name
  5. Submit a Pull Request

All contributions must include:

  • Descriptive commit messages
  • Testing on real hardware
  • Updated documentation