-
Create a new branch from
develop
git pull
Replace:
<branchStrategy> with feature, bugfix, release, hotfix
<module> with backend, frontend, ml, docs, infrastructure
git checkout -b <branchStrategy>/<module>-<description> develop
Example: git checkout -b feature/backend-pdf-handler develop -
Make your changes on the files, and upload to the repo.
git add <file>
Replace <type> with a Commit Message type, check the top table Commit Message Type.
git commit -m '<type>: Add basic pdf handler.'
Example: git commit -m 'feat: Add basic pdf handler.'
git status
git push --set-upstream origin <branchStrategy>/<module>-<description>
Example: git push --set-upstream origin feature/backend-pdf-handler -
Write/update tests
-
Update documentation
-
Submit a pull request
viernes, 27 de junio de 2025
Development Workflow
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario