From ed36ce0a7796320c6a4a452f29c05a3f0f7368db Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Sun, 18 Dec 2022 14:48:21 +0100 Subject: [PATCH 1/2] fix(cli): :fire: update instructions --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33f98f3..e80b046 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,15 +35,15 @@ yarn run cli ``` __Seguir instrucciones__ +En la consola encontraras los pasos a seguir + ![](https://i.imgur.com/dC6lEwy.png) -### __Commit y Push__ - -El proyecto tiene implementado __[husky](https://typicode.github.io/husky/#/)__, es una herramienta que dispara unas acciones al momento de hacer commit y hacer push. - -__commit:__ Los commit son semánticos, esto quiere decir que deben cumplir un standar al momento de escribirlos ejemplo: ` feat(adapter): new adapter myqsl ` puede ver más info sobre esto __[aquí](https://github.com/conventional-changelog/commitlint/#what-is-commitlint)__ - -__push:__ Cada push ejecutar `yarn run test` el cual realiza los test internos que tienen que cumplir con __95% de cobertura__. +### 🤔 Preguntas frecuentes +- ¿Como puedo hacer aportaciones de código en el proyecto?: [Ver Video](https://youtu.be/Lxt8Acob6aU) +- ¿Como ejecutar el entorno de pruebas?: [Ver Video](https://youtu.be/Mf9V-dloBfk) +- ¿Como crear un nuevo proveedor?: [Ver Video](https://youtu.be/cahK9zH3SI8) +- ¿Que son los GithubActions?: [Ver Video](https://youtu.be/nYBEBFKLiqw) > Documento en constante actualización.... From e585e2f5f644ed0188dc9cd2b3c697c9d6050669 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Sun, 18 Dec 2022 14:48:49 +0100 Subject: [PATCH 2/2] fix(cli): :fire: update instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e80b046..350f484 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ En la consola encontraras los pasos a seguir - ¿Que son los GithubActions?: [Ver Video](https://youtu.be/nYBEBFKLiqw) -> Documento en constante actualización.... +> __NOTA:__ Documento en constante actualización.... ------ - [Discord](https://link.codigoencasa.com/DISCORD)