Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 482 Bytes

File metadata and controls

16 lines (12 loc) · 482 Bytes

Contributing to HUB Portal

We love your input! We want to make contributing as easy and transparent as possible.

How to contribute

  1. Fork the repo
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code standards

  • Use consistent formatting
  • Add comments for complex logic
  • Test your changes