From ff324c3aabf81fe134d06b2ce5bf1c1a3a8bc832 Mon Sep 17 00:00:00 2001 From: TroopaCode Date: Fri, 11 Jul 2025 21:56:14 -0600 Subject: [PATCH 1/5] =?UTF-8?q?Commit=20del=20t=C3=ADtulo=20mamastroso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 912e9d8..f3afea7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ ¡Hola amigos de código facilito! -Bienvenidos al video sobre ramas \ No newline at end of file +Bienvenidos al video sobre ramas. + +Se agregó un título bien mamastroso, acá bien pipirisnais. \ No newline at end of file From d2ea078210ce557e34da45cd58ce1ec9a4156f0d Mon Sep 17 00:00:00 2001 From: TroopaCode Date: Fri, 11 Jul 2025 22:07:16 -0600 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ffbc72c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Template para reportar bugs +title: "[BUG] Agregar Nombre" +labels: '' +assignees: '' + +--- + +# Titulo + +## Descripción + +## Plataforma +[ ] mobile +[ ] Web + +## Navegador + +###Capturas de pantalla From 0a74303c0c71fd019a52438644e2803e1a43f228 Mon Sep 17 00:00:00 2001 From: TroopaCode Date: Sun, 13 Jul 2025 18:41:23 -0600 Subject: [PATCH 3/5] Creando un Markdown al repositorio --- .github/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..f4881d6 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,5 @@ +# Código Facilito - Introducción a GitHub +En este repositorio vas a encontrar los ejemplos desarrolados en el curso de introducción a GitHub de Código Facilito. + +## Únete al curso +Puedes ver el contenido completo en [Código Facilito](https://www.codigofacilito.com) \ No newline at end of file From dc461af15859b08ccd3f086d706ddadb436bcf93 Mon Sep 17 00:00:00 2001 From: TroopaCode Date: Sun, 13 Jul 2025 18:56:19 -0600 Subject: [PATCH 4/5] Agregando un badge (YouTube) --- .github/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index f4881d6..908d773 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,8 @@ # Código Facilito - Introducción a GitHub +![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UC2wxYAoBS_fXMxm1Dw-ikIg) + En este repositorio vas a encontrar los ejemplos desarrolados en el curso de introducción a GitHub de Código Facilito. + ## Únete al curso -Puedes ver el contenido completo en [Código Facilito](https://www.codigofacilito.com) \ No newline at end of file +- Puedes ver el contenido completo en [Código Facilito](https://www.codigofacilito.com) \ No newline at end of file From 91cb59748cfd9d2e3837969a7f865334f01ad581 Mon Sep 17 00:00:00 2001 From: TroopaCode Date: Sun, 13 Jul 2025 21:33:52 -0600 Subject: [PATCH 5/5] add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2eea525 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env \ No newline at end of file