Fundamentos de Git y control de versiones
¿Qué son Git y GitHub?
Configuración Inicial de Git: init y config
Comandos Básicos de Git: add, commit y log
Ramas y Fusión de Cambios: branch, merge, switch y checkout
Volviendo en el Tiempo en Git: reset y revert
Gestión de versiones: tag y checkout
Cómo Resolver Conflictos de Ramas en Git
Usando Git desde Visual Studio Code
Quiz: Fundamentos de Git y control de versiones
Introducción a GitHub
Por qué GitHub es clave para los Desarrolladores
Creación y configuración de cuenta de GitHub
¿Cómo integrar Git y GitHub en un flujo de trabajo profesional?
Gestión de Repositorios en GitHub
Productos de GitHub: precios, planes y apps
Cómo configurar SSH para GitHub: Guía paso a paso
Clone, fork y estrellas a repositorios
Trabajo con repositorios remotos: push, pull y fetch
Gestión de Issues y Discussions en GitHub
Colaboración sin errores: Pull Requests en GitHub
Quiz: Introducción a GitHub
Herramientas de colaboración en GitHub
Introducción a GitHub Projects
Automatización y Gestión de Proyectos en GitHub
Documentación en GitHub con Markdown
Personaliza tu Perfil de GitHub con Markdown
Uso de Wikis
Cómo usar GitHub Gist
Cómo usar GitHub Pages
Quiz: Herramientas de colaboración en GitHub
GitHub Codespaces
Cómo usar GitHub Codespaces: Configuración y Desarrollo en la Nube
Cómo configurar entornos de desarrollo avanzados en GitHub Codespaces
Pair Programming con Codespaces y Visual Studio Code
Cómo usar GitHub.dev Editor
Quiz: GitHub Codespaces
Seguridad y buenas prácticas en GitHub
Cómo Usar Tokens en GitHub para Acceso Seguro a Repositorios Privados
Gestión de Dependencias y Seguridad con Dependabot en GitHub
Mantenimiento de repositorios seguros
Gestión de datos sensibles y políticas de seguridad
Quiz: Seguridad y buenas prácticas en GitHub
Administración de GitHub
Administración de organizaciones en GitHub
Cómo personalizar tu perfil de GitHub con GitHub Actions
GitHub CLI para administración
Quiz: Administración de GitHub
Gestión de Cambios con Pull Requests
Importancia de los Pull Requests y Ramas en GitHub
Revisión y Fusión de Pull Requests
Git Rebase
Quiz: Gestión de Cambios con Pull Requests
GitHub Releases
Introducción a los GitHub Releases
Publicación de paquetes en GitHub y PyPI
Quiz: GitHub Releases
Cierre
ProTips: Mejora tu productividad diaria en GitHub
You don't have access to this class
Keep learning! Join and start boosting your career
Using GitHub Issues allows you to manage and document issues in a repository, from simple bugs in wording to complex defects in functionality. With an intuitive interface, it allows any user to point out and describe areas for improvement, and with Issues templates, it improves clarity and collaboration in the process.
An Issue is a way to flag issues or suggestions within a repository. It can be used to:
Issues allow two-way communication between contributors and the repository creator, which facilitates problem resolution.
It is possible to add additional elements, such as assigning the Issue to someone else or tagging it.
To make the process easier for other contributors, it is useful to create Issue templates. To do this:
code .
. command..github
and inside another folder called ISSUE_TEMPLATE
.ISSUE_TEMPLATE
, create a Markdown file (for example, bug_report.md
).With this template, contributors will have a standard format for reporting issues, which helps with better management and resolution.
Templates simplify the process of documenting issues and improve communication by standardizing the information requested from contributors. This helps to identify issues accurately and quickly.
In addition to the basic bug template, you can create custom templates such as:
These templates allow contributors to choose the type of Issue that best suits the problem and streamline repository management.
Contributions 14
Questions 1
Want to see more contributions, questions and answers from the community?