From 870184b2a59d5bccd28e30fbb96f13a647174564 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 28 Nov 2022 15:51:32 +0100 Subject: [PATCH] add video --- .husky/prepare-commit-msg | 2 +- README.md | 2 ++ TODO.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 5abf1f1..67a2342 100644 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -exec < /dev/tty && node_modules/.bin/cz --hook || true +exec < /dev/tty && node_modules/.bin/git-cz --hook || true diff --git a/README.md b/README.md index 5a88acd..fa83602 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) 🦊 Documentación: [https://bot-whatsapp.pages.dev/](https://bot-whatsapp.pages.dev/) +Video como hacer PR: https://youtu.be/Lxt8Acob6aU - [ ] Evitar dependencias @@ -16,3 +17,4 @@ - [Telegram](https://t.me/leifermendez) + \ No newline at end of file diff --git a/TODO.md b/TODO.md index 27112ed..cd6fd8e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,5 @@ ### Genral -- [ ] __(doc)__ Video de como colaborar PR +- [X] __(doc)__ Video de como colaborar PR - [ ] __(doc)__ Video implementación de test y cobertura - [ ] __(doc)__ Video explicacion de github action