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 diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..908d773 --- /dev/null +++ b/.github/README.md @@ -0,0 +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 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 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