From 7afbc3a1c1ff30de1d5e552f7aecf2b77ea2effb Mon Sep 17 00:00:00 2001 From: Antonio Cardenas Date: Thu, 22 Oct 2020 17:00:26 -0600 Subject: [PATCH] docs: update PULL_REQUEST_TEMPLATE.md (#240) Co-authored-by: Michael Prentice --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b26c9e5843..f0f58e8a87 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,12 @@ ## Lista de Verificación del PR Comprueba si tu PR cumple los siguientes requisitos: -- [ ] El mensaje de commit esta conforme con [nuestras reglas](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) +- [ ] El mensaje de commit esta conforme con [nuestras reglas](https://github.com/angular-hispano/angular/blob/master/CONTRIBUTING.md#-formato-para-el-mensaje-de-los-commits) - [ ] Probe los cambios que agregué (arreglo de bugs / funcionalidades) - [ ] Revisé previamente las traducciones o cambios de contenido - [ ] Consulté el [diccionario de términos](https://github.com/angular-hispano/angular/blob/master/aio/diccionario-de-términos.md) en español - [ ] He creado dos archivos con la extensión correspondiente(.en.md para el archivo en inglés y .md para el Archivo en español) -- [ ] La PR fue enlazada con el issue correspondiente +- [ ] He enlazado el commit con el issue correspondiente ## Tipo de PR