fix(pr): template (#47)

Co-authored-by: Alejandro Lora <alejandrofpo@gmail.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>
Co-authored-by: Michael Prentice <splaktar@gmail.com>
This commit is contained in:
Pato 2020-07-30 03:57:48 -04:00 committed by GitHub
parent d133525502
commit 92c7145139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,43 +1,35 @@
## PR Checklist ## Lista de Verificación del PR
Please check if your PR fulfills the following requirements: Comprueba si tu PR cumple los siguientes requisitos:
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit - [ ] El mensaje de commit conforme con [nuestras reglas](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit)
- [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Prueba los cambios que agregaste (arreglo de bugs / funcionalidades)
- [ ] Docs have been added / updated (for bug fixes / features) - [ ] 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 ## Tipo de PR
What kind of change does this PR introduce? ¿Qué tipo de cambio introduce este PR?
<!-- Please check the one that applies to this PR using "x". --> <!-- Marca con una "x" las opciones que aplican. -->
- [ ] Bugfix - [ ] Bugfix
- [ ] Feature - [ ] Funcionalidad
- [ ] Code style update (formatting, local variables) - [ ] Actualizar el estilo del código (formato, variables locales)
- [ ] Refactoring (no functional changes, no api changes) - [ ] Refactorización (no cambios en la funcionalidad, no cambios en el api)
- [ ] Build related changes - [ ] Cambios relacionados al build
- [ ] CI related changes - [ ] Cambios relacionados al CI (Integración continua)
- [ ] Documentation content changes - [ ] Cambios en el contenido de la documentación
- [ ] angular.io application / infrastructure changes - [ ] Cambios en la aplicación / infrastructura de angular.io
- [ ] Other... Please describe: - [ ] Otro... Por favor describela:
## ¿Cuál es el comportamiento actual?
<!-- Describe el comportamiento actual que está modificando o vincule a un problema relevante.
-->
## What is the current behavior? ## ¿Cuál es el nuevo comportamiento?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> <!--
Ejemplo: Archivo en inglés traducido al español
Issue Number: N/A -->
## What is the new behavior?
## Does this PR introduce a breaking change?
- [ ] Yes
- [ ] No
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
## Other information