Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing)
  3. Make your changes
  4. Run tests (cd src && make test)
  5. Scan for TODOs (make todo-scan)
  6. Commit (git commit -m "Add amazing feature")
  7. Push (git push origin feature/amazing)
  8. Open a merge request