First of all, thank you for considering contributing to this project! It's people like you who make the open-source community such an amazing place to learn and create.
If you find a bug, please create an issue in the repository including:
- A clear and descriptive title.
- Steps to reproduce the problem.
- What you expected to happen vs. what actually happened.
Have an idea to make the Auth-Mailer-API better? Open an issue with the "enhancement" tag and describe the feature you'd like to see.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes using Conventional Commits (e.g.,
feat: add social login). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
- Use ESLint and Prettier for code formatting.
- Ensure all tests pass (
npm test) before submitting a PR. - Keep documentation (README) updated if you add new features.
Developed with ❤️ by Clio Salgado
🔽 Versión en Español 🔽
Antes que nada, ¡muchas gracias por considerar contribuir a este proyecto! Personas como tú son las que hacen de la comunidad de código abierto un lugar increíble para aprender y crear.
Si encuentras un error, por favor crea un "Issue" en el repositorio incluyendo:
- Un título claro y descriptivo.
- Pasos para reproducir el problema.
- Qué esperabas que sucediera frente a lo que realmente sucedió.
¿Tienes una idea para hacer que Auth-Mailer-API sea mejor? Abre un "Issue" con la etiqueta "enhancement" y describe la funcionalidad que te gustaría ver.
- Haz un Fork del repositorio.
- Crea tu rama de función o mejora (
git checkout -b feature/AmazingFeature). - Realiza tus cambios utilizando Conventional Commits (ej.,
feat: add social login). - Sube tus cambios a la rama (
git push origin feature/AmazingFeature). - Abre un Pull Request.
- Usa ESLint y Prettier para el formateo del código.
- Asegúrate de que todas las pruebas pasen (
npm test) antes de enviar un PR. - Mantén la documentación (README) actualizada si agregas nuevas funcionalidades.
Desarrollado con ❤️ por Clio Salgado