Docs: Cambio en el README
This commit is contained in:
@@ -1053,19 +1053,18 @@ Chore: Tareas de mantenimiento
|
|||||||
### Branches
|
### Branches
|
||||||
```
|
```
|
||||||
main/master - Producción
|
main/master - Producción
|
||||||
develop - Desarrollo
|
Bryam - Desarrollo particular de Bryam
|
||||||
feature/nombre - Nueva funcionalidad
|
Lucas - Desarrollo particular de Lucas
|
||||||
fix/nombre - Corrección de bugs
|
Giane - Desarrollo particular de Giane
|
||||||
hotfix/nombre - Corrección urgente en producción
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🤝 Contribuir
|
## 🤝 Contribuir
|
||||||
|
|
||||||
### Proceso
|
### Proceso
|
||||||
1. Fork del proyecto
|
1. Fork del proyecto
|
||||||
2. Crear rama: `git checkout -b feature/AmazingFeature`
|
2. Crear rama: `git checkout -b (Tu Nombre)`
|
||||||
3. Commit: `git commit -m 'Add: nueva funcionalidad'`
|
3. Commit: `git commit -m 'Add: nueva funcionalidad'`
|
||||||
4. Push: `git push origin feature/AmazingFeature`
|
4. Push: `git push origin (Tu Nombre)`
|
||||||
5. Abrir Pull Request
|
5. Abrir Pull Request
|
||||||
|
|
||||||
### Checklist antes del PR
|
### Checklist antes del PR
|
||||||
|
|||||||
Reference in New Issue
Block a user