|
1 |
| -## PR Checklist |
2 |
| -Please check if your PR fulfills the following requirements: |
| 1 | +## Lista de Verificación del PR |
| 2 | +Comprueba si tu PR cumple los siguientes requisitos: |
3 | 3 |
|
4 |
| -- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit |
5 |
| -- [ ] Tests for the changes have been added (for bug fixes / features) |
6 |
| -- [ ] Docs have been added / updated (for bug fixes / features) |
| 4 | +- [ ] El mensaje de commit conforme con [nuestras reglas](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) |
| 5 | +- [ ] Prueba los cambios que agregaste (arreglo de bugs / funcionalidades) |
| 6 | +- [ ] Revisa tus traducciones o cambios de contenido |
| 7 | +- [ ] Consulté el [diccionario de términos](https://github.com/angular-hispano/angular/issues/9) en español |
| 8 | +- [ ] 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) |
| 9 | +- [ ] PR enlazada con el issue correspondiente |
7 | 10 |
|
8 | 11 |
|
9 |
| -## PR Type |
10 |
| -What kind of change does this PR introduce? |
| 12 | +## Tipo de PR |
| 13 | +¿Qué tipo de cambio introduce este PR? |
11 | 14 |
|
12 |
| -<!-- Please check the one that applies to this PR using "x". --> |
| 15 | +<!-- Marca con una "x" las opciones que aplican. --> |
13 | 16 |
|
14 | 17 | - [ ] Bugfix
|
15 |
| -- [ ] Feature |
16 |
| -- [ ] Code style update (formatting, local variables) |
17 |
| -- [ ] Refactoring (no functional changes, no api changes) |
18 |
| -- [ ] Build related changes |
19 |
| -- [ ] CI related changes |
20 |
| -- [ ] Documentation content changes |
21 |
| -- [ ] angular.io application / infrastructure changes |
22 |
| -- [ ] Other... Please describe: |
23 |
| - |
24 |
| - |
25 |
| -## What is the current behavior? |
26 |
| -<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
27 |
| - |
28 |
| -Issue Number: N/A |
29 |
| - |
30 |
| - |
31 |
| -## What is the new behavior? |
32 |
| - |
33 |
| - |
34 |
| -## Does this PR introduce a breaking change? |
35 |
| - |
36 |
| -- [ ] Yes |
37 |
| -- [ ] No |
38 |
| - |
39 |
| - |
40 |
| -<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> |
41 |
| - |
42 |
| - |
43 |
| -## Other information |
| 18 | +- [ ] Funcionalidad |
| 19 | +- [ ] Actualizar el estilo del código (formato, variables locales) |
| 20 | +- [ ] Refactorización (no cambios en la funcionalidad, no cambios en el api) |
| 21 | +- [ ] Cambios relacionados al build |
| 22 | +- [ ] Cambios relacionados al CI (Integración continua) |
| 23 | +- [ ] Cambios en el contenido de la documentación |
| 24 | +- [ ] Cambios en la aplicación / infrastructura de angular.io |
| 25 | +- [ ] Otro... Por favor describela: |
| 26 | + |
| 27 | +## ¿Cuál es el comportamiento actual? |
| 28 | +<!-- Describe el comportamiento actual que está modificando o vincule a un problema relevante. |
| 29 | +--> |
| 30 | + |
| 31 | + |
| 32 | +## ¿Cuál es el nuevo comportamiento? |
| 33 | +<!-- |
| 34 | +Ejemplo: Archivo en inglés traducido al español |
| 35 | +--> |
0 commit comments