Skip to content

Commit 8eaeb3a

Browse files
authored
Create CONTRIBUTING.md
1 parent 9854eba commit 8eaeb3a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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!

0 commit comments

Comments
 (0)