-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# 👐 Guía para Contribuir a PlantFinder | ||
|
||
¡Gracias por interesarte en mejorar PlantFinder! Aquí cómo ayudar: | ||
|
||
## 📌 Antes de empezar | ||
- Revisa los [Issues abiertos](https://github.com/amt2283/PlantFinder/issues) para evitar duplicados | ||
- Comenta en un Issue existente o crea uno nuevo para proponer cambios | ||
|
||
## 🐛 Reportar Errores | ||
1. Ve a [Issues](https://github.com/amt2283/PlantFinder/issues) | ||
2. Haz clic en **"New Issue"** | ||
3. Usa la plantilla **"Bug Report"** | ||
4. Incluye: | ||
- Descripción clara del error | ||
- Pasos para reproducirlo | ||
- Capturas de pantalla (si aplica) | ||
- Entorno (SO, navegador, versión de Python) | ||
|
||
## 💡 Sugerir Nuevas Características | ||
1. Crea un **"Feature Request"** | ||
2. Explica: | ||
- ¿Qué problema resuelve? | ||
- Ejemplos de uso | ||
- Mockups/diseños (opcional) | ||
|
||
## 📥 Enviar Cambios de Código | ||
1. **Haz un fork** del repositorio | ||
2. Crea una rama con nombre descriptivo: | ||
`git checkout -b fix/login-error` | ||
3. Realiza tus cambios | ||
4. **Prueba localmente** (ejecuta los tests si existen) | ||
5. Envía un **Pull Request** con: | ||
- Descripción detallada | ||
- Capturas de pantalla (si es visual) | ||
- Referencia al Issue relacionado (ej: `Closes #12`) | ||
|
||
## 🧪 Estándares de Código | ||
- Sigue el estilo PEP8 para Python | ||
- Comenta código complejo | ||
- Mantén commits atómicos y descriptivos | ||
- Actualiza la documentación si es necesario | ||
|
||
## ❓ ¿Necesitas ayuda? | ||
- Pregunta en los [Discussions](https://github.com/amt2283/PlantFinder/discussions) (¡actívalos en ajustes del repo!) |