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