Skip to content

Multiples projects used on tutorials and training courses. This repository Contains teh base documentation about how contribute and licence referenced by other sotobotero`s repositories

License

Notifications You must be signed in to change notification settings

sotobotero/CodeHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to CodeHub

Powered by @sotobotero Sotobotero.com

Description

CodeHub is a repository designed to store multiple projects utilizing various technologies and architectural styles. It serves as a comprehensive collection of examples and best practices for different development paradigms, including monolithic applications, microservices, Spring Boot, full-stack development, PrimeFaces, and more.

🚀 How to Contribute

  1. Fork the Repository Click the "Fork" button in the upper right corner of the repository on GitHub.

  2. Clone Your Fork to Your Computer Open a terminal and run:

git clone https://github.com/your-username/repository-name.git
  1. Then navigate to the cloned repository directory:
cd repository-name
  1. Create a New Branch
git checkout -b my-new-branch
  1. Make Your Changes
  • Edit the necessary files.
  • Follow the project's conventions.
  1. Save Your Changes Add the modified files and commit:
git add .
git commit -m "Brief description of your change"
  1. Keep Your Branch Updated Ensure you have the latest version of the original repository:
git remote add upstream https://github.com/original-user/repository-name.git
git fetch upstream
git rebase upstream/main
  1. Push Your Changes to GitHub
git push origin my-new-branch
  1. Create a Pull Request (PR)
  • Go to your repository on GitHub.
  • Click "Compare & pull request".
  • In the branch section, select your branch as the source. Ensure the target branch is the main (or master) branch of the original repository.
  • Write a clear title and description.
  • Click "Create pull request".
  1. Wait for Review The maintainers will review your PR and may request changes. Respond to their comments and adjust your code if necessary.

🎉 Congratulations! If your PR is approved, it will be merged into the original repository. You have contributed to an open-source project! 🚀

License

This project is open source under the Licencia MIT.

Version en Español

🚀 Cómo Contribuir

  1. Haz un Fork del Repositorio Haz clic en el botón "Fork" en la esquina superior derecha del repositorio en GitHub.

  2. Clona tu Fork en tu Computadora Abre una terminal y ejecuta:

git clone https://github.com/tu-usuario/nombre-del-repositorio.git
  1. Luego navega al directorio del repositorio clonado:
cd nombre-del-repositorio
  1. Crea una Nueva Rama
git checkout -b mi-nueva-rama
  1. Realiza tus Cambios
  • Edita los archivos necesarios.
  • Sigue las convenciones del proyecto.
  1. Guarda tus Cambios Añade los archivos modificados y realiza un commit:
git add .
git commit -m "Descripción breve de tu cambio"
  1. Mantén tu Rama Actualizada Asegura que tienes la última versión del repositorio original:
git remote add upstream https://github.com/usuario-original/nombre-del-repositorio.git
git fetch upstream
git rebase upstream/main
  1. Sube tus Cambios a GitHub
git push origin mi-nueva-rama
  1. Crea un Pull Request (PR)
  • Ve a tu repositorio en GitHub.
  • Haz clic en "Compare & pull request".
  • En la sección de ramas, selecciona tu rama como origen. Asegúrate de que la rama de destino sea la rama principal (main o master) del repositorio original.
  • Escribe un título y una descripción clara.
  • Haz clic en "Create pull request".
  1. Espera la Revisión Los mantenedores revisarán tu PR y pueden solicitar cambios. Responde a sus comentarios y ajusta tu código si es necesario. 🎉 ¡Felicitaciones! Si tu PR es aprobado, se fusionará al repositorio original. ¡Has contribuido a un proyecto de código abierto! 🚀

About

Multiples projects used on tutorials and training courses. This repository Contains teh base documentation about how contribute and licence referenced by other sotobotero`s repositories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •