diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ffec1591b6..4cccd14f4d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,43 +1,35 @@ -## PR Checklist -Please check if your PR fulfills the following requirements: +## Lista de Verificación del PR +Comprueba si tu PR cumple los siguientes requisitos: -- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) +- [ ] El mensaje de commit conforme con [nuestras reglas](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) +- [ ] Prueba los cambios que agregaste (arreglo de bugs / funcionalidades) +- [ ] Revisa tus traducciones o cambios de contenido +- [ ] Consulté el [diccionario de términos](https://github.com/angular-hispano/angular/issues/9) en español +- [ ] Se han creado dos archivos con la extensión correspondiente(.en.md para el archivo en inglés y .md para el Archivo en español) +- [ ] PR enlazada con el issue correspondiente -## PR Type -What kind of change does this PR introduce? +## Tipo de PR +¿Qué tipo de cambio introduce este PR? - + - [ ] Bugfix -- [ ] Feature -- [ ] Code style update (formatting, local variables) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes -- [ ] CI related changes -- [ ] Documentation content changes -- [ ] angular.io application / infrastructure changes -- [ ] Other... Please describe: +- [ ] Funcionalidad +- [ ] Actualizar el estilo del código (formato, variables locales) +- [ ] Refactorización (no cambios en la funcionalidad, no cambios en el api) +- [ ] Cambios relacionados al build +- [ ] Cambios relacionados al CI (Integración continua) +- [ ] Cambios en el contenido de la documentación +- [ ] Cambios en la aplicación / infrastructura de angular.io +- [ ] Otro... Por favor describela: + +## ¿Cuál es el comportamiento actual? + -## What is the current behavior? - - -Issue Number: N/A - - -## What is the new behavior? - - -## Does this PR introduce a breaking change? - -- [ ] Yes -- [ ] No - - - - - -## Other information +## ¿Cuál es el nuevo comportamiento? +