File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing Guidelines
2+
3+ Gracias por tu interés en contribuir a este proyecto.
4+
5+ ## Cómo contribuir
6+
7+ 1 . Haz un fork del repositorio.
8+ 2 . Crea una nueva rama (` git checkout -b feature-nombre ` ).
9+ 3 . Realiza tus cambios y haz commit (` git commit -am 'Agrega nueva funcionalidad' ` ).
10+ 4 . Haz push a tu rama (` git push origin feature-nombre ` ).
11+ 5 . Abre un Pull Request desde GitHub.
12+
13+ ## Reglas de estilo
14+
15+ - Usa nombres de variables descriptivos.
16+ - Sigue el estilo del código ya existente.
17+ - Incluye comentarios cuando sea necesario.
18+
19+ ## Reportar errores
20+
21+ Si encuentras un bug, por favor abre un * issue* e incluye:
22+ - Descripción clara del problema.
23+ - Pasos para reproducirlo.
24+ - Capturas de pantalla o mensajes de error si aplica.
25+
26+ ¡Gracias por ayudar a mejorar este proyecto!
You can’t perform that action at this time.
0 commit comments