Formateadores y código
Generador de Mensajes de Commit
Conventional commits, scoped and footer-aware.
feat: <subject>
Nota del editor
Understanding · The future-self bug-hunting memo, in 50 characters.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›What is the Conventional Commits specification?
It is a lightweight convention for commit messages that provides a set of rules for creating an explicit commit history. It follows the pattern `type(scope): description` to communicate intent.
›When should I use a breaking change footer?
Use a breaking change footer whenever the commit introduces a change that is not backwards compatible. This usually triggers a major version bump in semantic versioning.
›Are my commit messages stored on your server?
No. The generator runs entirely within your browser session. Your code snippets, scopes, and descriptions never leave your local device.
›What do the different commit types mean?
`feat` is for new features, `fix` for bug fixes, `docs` for documentation, and `refactor` for code changes that neither fix a bug nor add a feature.
La gente también busca
Herramientas relacionadas
More in this room.
- Visor de Git DiffVisualiza diffs unificados con vista lateral o en línea.
- Constructor de Peticiones APICrea, envía e inspecciona peticiones HTTP — como Postman, pero gratis.
- Auditoría de RendimientoComprobación rápida de tiempo de carga y peso para cualquier URL pública.
- Comprobador de AccesibilidadEjecuta un conjunto enfocado de verificaciones WCAG contra HTML pegado.
- Analizador de User AgentNavegador, SO, dispositivo y motor desde cualquier cadena UA.
- Visualizador de AlgoritmosVisualiza paso a paso algoritmos de ordenamiento y búsqueda de rutas.