From 847506fac956796368c8561a6d8d51976ab69379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 15:54:57 +0100 Subject: [PATCH 1/6] Move contributors to the bottom of CONTRIBUTING.md This information isn't really relevant. The most important thing about this file is describing how to contribute to this project. --- CONTRIBUTING.md | 32 +++++++++++++++++--------------- CONTRIBUTING_ES.md | 32 +++++++++++++++++--------------- 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5073a7a0..c5b0108c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,20 +1,5 @@ # How to Contribute to this Project -## Core team members - -* [Alberto García](https://github.com/decabeza) -* [Javi Martín](https://github.com/javierm) -* [Julián Herrero](https://github.com/microweb10) -* [Raimond García](https://github.com/voodoorai2000) - -## All other contributors - -In addition to the formal team, there are [over a hundred contributors](https://github.com/consul/consul/graphs/contributors). Thank you so much for your code! Big thanks too to the people that contribute in many other ways including documentation, translations, evangelism, dev ops, communication, organizing and more! - -Finally a special thanks to the former core team members. Lovingly known as The Alumni: - -[Juanjo Bazán](https://github.com/xuanxu), [Enrique García Cota](https://github.com/kikito), [Alberto Calderón](https://github.com/bertocq), [María Checa](https://github.com/mariacheca) - ## Code of conduct The core team members and the project's community adopts an inclusive Code of Conduct that you can read in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file. @@ -61,3 +46,20 @@ If you want to contribute code to solve an issue: * Sometimes it is also helpful if you mention your operating system, browser version and installed plugins. Thanks! :heart: :heart: :heart: + +## Contributors + +### Core team members + +* [Alberto García](https://github.com/decabeza) +* [Javi Martín](https://github.com/javierm) +* [Julián Herrero](https://github.com/microweb10) +* [Raimond García](https://github.com/voodoorai2000) + +### All other contributors + +In addition to the formal team, there are [over a hundred contributors](https://github.com/consul/consul/graphs/contributors). Thank you so much for your code! Big thanks too to the people that contribute in many other ways including documentation, translations, evangelism, dev ops, communication, organizing and more! + +Finally a special thanks to the former core team members. Lovingly known as The Alumni: + +[Juanjo Bazán](https://github.com/xuanxu), [Enrique García Cota](https://github.com/kikito), [Alberto Calderón](https://github.com/bertocq), [María Checa](https://github.com/mariacheca) diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index bdfcdf91c..19136e764 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -1,20 +1,5 @@ # Cómo Contribuir a este Proyecto -## Miembros del equipo core - -* [Alberto García](https://github.com/decabeza) -* [Javi Martín](https://github.com/javierm) -* [Julián Herrero](https://github.com/microweb10) -* [Raimond García](https://github.com/voodoorai2000) - -## Todos los demás contribuidores - -Además del equipo formal, hay [más de cien contribuidores](https://github.com/consul/consul/graphs/contributors). ¡Muchas gracias por vuestro código! También estamos muy agradecidos a las personas que contribuyen de otras formas, incluida la documentación, traducciones, evangelismo, administración de sistemas, comunicación, organización y más. - -Finalmente, un agradecimiento especial a los antiguos miembros del equipo core. Conocidos con cariño como El Alumni: - -[Juanjo Bazán](https://github.com/xuanxu), [Enrique García Cota](https://github.com/kikito), [Alberto Calderón](https://github.com/bertocq), [María Checa](https://github.com/mariacheca) - ## Código de conducta Los miembros del proyecto y la comunidad de personas que contribuyen a él se adhieren a un código de conducta que se puede consultar en el archivo [CODE_OF_CONDUCT_ES.md](CODE_OF_CONDUCT_ES.md). @@ -72,3 +57,20 @@ En la urgencia del momento, las cosas a veces se ensucian, puedes ayudarnos a li * También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados. ¡Gracias! :heart: :heart: :heart: + +## Contribuidores + +## Miembros del equipo principal + +* [Alberto García](https://github.com/decabeza) +* [Javi Martín](https://github.com/javierm) +* [Julián Herrero](https://github.com/microweb10) +* [Raimond García](https://github.com/voodoorai2000) + +## Todos los demás contribuidores + +Además del equipo principal, hay [más de cien contribuidores](https://github.com/consul/consul/graphs/contributors). ¡Muchas gracias por vuestro código! También estamos muy agradecidos a las personas que contribuyen de otras formas, incluida la documentación, traducciones, evangelismo, administración de sistemas, comunicación, organización y más. + +Finalmente, un agradecimiento especial a los antiguos miembros del equipo principal. Conocidos con cariño como El Alumni: + +[Juanjo Bazán](https://github.com/xuanxu), [Enrique García Cota](https://github.com/kikito), [Alberto Calderón](https://github.com/bertocq), [María Checa](https://github.com/mariacheca) From 9889ed23e74eeace0bf9381a1b36562edc37fa43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 16:04:42 +0100 Subject: [PATCH 2/6] Replace PRs welcome references with help wanted As done in commit 7e3eb28c. --- CONTRIBUTING.md | 2 +- CONTRIBUTING_ES.md | 2 +- README.md | 2 +- README_ES.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5b0108c6..29f5a31e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ For more informal communication, contact team members via twitter Admins tag issues using two label related with collaboration availability: -* `PRs-welcome`: [issues labeled with PRs-welcome](https://github.com/consul/consul/labels/PRs-welcome) are well defined features ready to be implemented by whoever wants to do it. +* `help wanted`: [issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. * `Not-ready`: with this label admins mark features or changes that are not well defined yet or subject to an internal decision. Is not a good idea to start implementation of these issues. diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index 19136e764..42d954f70 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -14,7 +14,7 @@ Para comunicación más puntual e informal, contacta con los miembros del equipo Los administradores utilizan dos etiquetas relacionadas con la disponibilidad para aceptar colaboraciones con las que marcar incidencias: -* `PRs-welcome`: las [incidencias marcadas como PRs-welcome](https://github.com/consul/consul/labels/PRs-welcome) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. +* `help wanted`: las [incidencias marcadas como help wanted](https://github.com/consul/consul/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. * `Not-ready`: con esta etiqueta se señalan funcionalidades o cambios que han de realizarse pero que todavía no están del todo definidos o falta alguna decisión a nivel interno que tomar. Por tanto se desaconseja que se inicie su implementación de momento. diff --git a/README.md b/README.md index 3456edfc1..228fd2f29 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Citizen Participation and Open Government Application [![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource) [![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") +[![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") This is the opensource code repository of the eParticipation website CONSUL, originally developed for the Madrid City government eParticipation website diff --git a/README_ES.md b/README_ES.md index c2a66ea34..d0426a980 100644 --- a/README_ES.md +++ b/README_ES.md @@ -20,7 +20,7 @@ Aplicación de Participación Ciudadana y Gobierno Abierto [![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource) [![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3APRs-welcome) +[![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana CONSUL, creada originariamente por el Ayuntamiento de Madrid. From 72ff3bc5bcc099bb70a70df180c47ef39fd6534b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 16:09:33 +0100 Subject: [PATCH 3/6] Remove obsolete contributing information Current team members don't use twitter very often, the `Not-ready` label has has been removed, and issue assignees are sometimes deceiving. We're also removing the "Limpiar" section from the Spanish document, which had already been removed from the English document in commit 8eb8bb9a. --- CONTRIBUTING.md | 11 ++--------- CONTRIBUTING_ES.md | 21 ++------------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29f5a31e8..031a1ae0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,22 +6,15 @@ The core team members and the project's community adopts an inclusive Code of Co ## Report an issue -The prefered way to report any bug is [opening an issue in the project's Github repo](https://github.com/consul/consul/issues/new). - -For more informal communication, contact team members via twitter +The prefered way to report any bug is [opening an issue in the project's repo](https://github.com/consul/consul/issues/new). ## Resolve an issue -Admins tag issues using two label related with collaboration availability: - -* `help wanted`: [issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. - -* `Not-ready`: with this label admins mark features or changes that are not well defined yet or subject to an internal decision. Is not a good idea to start implementation of these issues. +[Issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. If you want to contribute code to solve an issue: * Add a comment to tell everyone you are working on the issue. -* If an issue has someone assigned it means that person is already working on it. * Fork the project. * Create a topic branch based on master. * Commit there your code to solve the issue. diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index 42d954f70..6a409d6c7 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -6,22 +6,15 @@ Los miembros del proyecto y la comunidad de personas que contribuyen a él se ad ## Comunicación general y de incidencias -El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en la cuenta de Github del proyecto](https://github.com/consul/consul/issues/new). - -Para comunicación más puntual e informal, contacta con los miembros del equipo por twitter. +El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en el repositorio del proyecto](https://github.com/consul/consul/issues/new). ## Resolver una incidencia -Los administradores utilizan dos etiquetas relacionadas con la disponibilidad para aceptar colaboraciones con las que marcar incidencias: - -* `help wanted`: las [incidencias marcadas como help wanted](https://github.com/consul/consul/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. - -* `Not-ready`: con esta etiqueta se señalan funcionalidades o cambios que han de realizarse pero que todavía no están del todo definidos o falta alguna decisión a nivel interno que tomar. Por tanto se desaconseja que se inicie su implementación de momento. +Las [incidencias marcadas como help wanted](https://github.com/consul/consul/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. Cuando quieras resolver una incidencia mediante código: * Avisa de que vas a trabajar en esta incidencia añadiendo un comentario. -* Cuando las incidencias tienen a alguien asignado significa que esa persona ya está trabajando en esa issue. * Haz un fork del proyecto * Crea una rama para resolver la incidencia desde la rama `master` * Añade el código necesario para resolver la incidencia en tantos commits como sea preciso @@ -31,16 +24,6 @@ Cuando quieras resolver una incidencia mediante código: **¿Es tu primer Pull Request?** Puedes aprender en este curso gratuito (en inglés) sobre [cómo contribuir a un proyecto OpenSource en GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) - -## Limpiar - -En la urgencia del momento, las cosas a veces se ensucian, puedes ayudarnos a limpiar la casa: - -* implementando [tests pendientes](https://travis-ci.org/consul/consul) -* incrementando la [cobertura de tests](https://coveralls.io/github/consul/consul?branch=master) -* mejorando la [calidad del código](https://codeclimate.com/github/consul/consul) -* haciendo el [código consistente](https://github.com/bbatsov/rubocop) - ## Otras formas de contribuir sin código * Si crees que hay una funcionalidad que hace falta, o descubres un problema, abre una incidencia (asegúrate de que From b6eebd78525bbbc2aeed0a507bb597e25d077536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 16:39:41 +0100 Subject: [PATCH 4/6] Fix typos --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 031a1ae0c..a56a27a24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,13 +2,13 @@ ## Code of conduct -The core team members and the project's community adopts an inclusive Code of Conduct that you can read in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file. +The core team members and the project's community adopt an inclusive Code of Conduct that you can read in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file. -## Report an issue +## Reporting an issue The prefered way to report any bug is [opening an issue in the project's repo](https://github.com/consul/consul/issues/new). -## Resolve an issue +## Solving an issue [Issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. @@ -32,7 +32,7 @@ If you want to contribute code to solve an issue: ## How to report an issue * Try to use a descriptive and to-the-point title -* Is a good idea to include some of there sections: +* It's a good idea to include some of these sections: * Steps to reproduce the bug * Expected behaviour/response * Actual response From 470ee07e77e8626c94056c9bdfadb37fe9c6e40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 17:09:59 +0100 Subject: [PATCH 5/6] Add information about coding conventions We split the section about pull requests, reducing the steps needed to contribute since there's already a link to help people working on their first pull request, and the rest don't need to be told to fork the repo. --- CONTRIBUTING.md | 18 ++++++++++++------ CONTRIBUTING_ES.md | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56a27a24..dcb324ef6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,15 +15,21 @@ The prefered way to report any bug is [opening an issue in the project's repo](h If you want to contribute code to solve an issue: * Add a comment to tell everyone you are working on the issue. -* Fork the project. -* Create a topic branch based on master. -* Commit there your code to solve the issue. -* Make sure all test are passing (and add specs to test any new feature you've added). -* Follow these [best practices](https://github.com/styleguide/ruby) -* Open a *pull request* to the main repository describing what issue you are addressing. +* Open a *pull request* to the main repository describing what issue you are addressing and following our [coding conventions](#coding-conventions) **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) +## Coding conventions + +If you'd like us to review your pull request in good spirits, please follow our coding conventions: + +* Include specs to test any changes you've made +* Travis CI will check whether the rest of the application is still working properly; check its build and make sure all tests are passing +* Your pull request will be automatically reviewed by Hound CI; fix any issues it reports +* Follow [the seven rules of a great commit message](https://chris.beams.io/posts/git-commit/) + +When we review your pull request and ask for changes, if you're proficient using `git rebase` edit existing commits instead of adding new ones. If you aren't proficient with `git rebase`, ignore this point. + ## Other ways of contributing without coding * If you think there's a feature missing, or find a bug, create an issue (make sure it has not already been reported). diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index 6a409d6c7..5e196aaae 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -15,15 +15,21 @@ Las [incidencias marcadas como help wanted](https://github.com/consul/consul/lab Cuando quieras resolver una incidencia mediante código: * Avisa de que vas a trabajar en esta incidencia añadiendo un comentario. -* Haz un fork del proyecto -* Crea una rama para resolver la incidencia desde la rama `master` -* Añade el código necesario para resolver la incidencia en tantos commits como sea preciso -* Asegúrate de que los tests pasan (y escribe más tests para probar la nueva funcionalidad si fuera preciso) -* Sigue estas [buenas prácticas](https://github.com/styleguide/ruby) -* Envía una *pull request* al repositorio principal indicando la incidencia que se está arreglando. +* Envía una *pull request* al repositorio principal indicando qué incidencia estás resolviendo y siguiendo nuestras [convenciones de código](#convenciones-de-código) **¿Es tu primer Pull Request?** Puedes aprender en este curso gratuito (en inglés) sobre [cómo contribuir a un proyecto OpenSource en GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) +## Convenciones de código + +Si quieres que revisemos tu código con una sonrisa, por favor sigue nuestras convenciones: + +* Incluye tests para los cambios que hayas hecho +* Travis CI comprobará automáticamente que el resto de la aplicación sigue funcionando; asegúrate de que los tests pasan +* Tus cambios serán revisados automáticamente por Hound CI; arregla los problemas de los que informa (si es que hay alguno) +* Sigue [las siete reglas para un gran mensaje de commit](https://chris.beams.io/posts/git-commit/) + +Cuando revisemos tu código y te pidamos que cambies alguna cosa, si tienes experiencia con `git rebase` edita los commits existentes en vez de añadir más. Si no tienes experiencia con `git rebase`, puedes saltarte este punto. + ## Otras formas de contribuir sin código * Si crees que hay una funcionalidad que hace falta, o descubres un problema, abre una incidencia (asegúrate de que From 67949b8292b59bfb60a3f597fa99a23bc9201275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Nov 2019 17:18:11 +0100 Subject: [PATCH 6/6] Put information about reporting issues together --- CONTRIBUTING.md | 25 +++++++++---------------- CONTRIBUTING_ES.md | 26 +++++++++----------------- 2 files changed, 18 insertions(+), 33 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcb324ef6..37e8d228b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,15 @@ The core team members and the project's community adopt an inclusive Code of Con The prefered way to report any bug is [opening an issue in the project's repo](https://github.com/consul/consul/issues/new). +* Try to use a descriptive and to-the-point title +* It's a good idea to include some of these sections: + * Steps to reproduce the bug + * Expected behaviour/response + * Actual response +* Sometimes it is also helpful if you mention your operating system, browser version and installed plugins. + +Thanks! :heart: :heart: :heart: + ## Solving an issue [Issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. @@ -30,22 +39,6 @@ If you'd like us to review your pull request in good spirits, please follow our When we review your pull request and ask for changes, if you're proficient using `git rebase` edit existing commits instead of adding new ones. If you aren't proficient with `git rebase`, ignore this point. -## Other ways of contributing without coding - -* If you think there's a feature missing, or find a bug, create an issue (make sure it has not already been reported). -* You can also help promoting the project talking about it in your social networks. - -## How to report an issue - -* Try to use a descriptive and to-the-point title -* It's a good idea to include some of these sections: - * Steps to reproduce the bug - * Expected behaviour/response - * Actual response -* Sometimes it is also helpful if you mention your operating system, browser version and installed plugins. - -Thanks! :heart: :heart: :heart: - ## Contributors ### Core team members diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index 5e196aaae..e37ca3657 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -8,6 +8,15 @@ Los miembros del proyecto y la comunidad de personas que contribuyen a él se ad El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en el repositorio del proyecto](https://github.com/consul/consul/issues/new). +* Trata de darle un título descriptivo (algo más que "xxx no funciona"). +* Es buena idea incluir las siguientes secciones: + * Pasos que se han realizado para producir la incidencia + * Lo que se esperaba que pasara + * Lo que ha pasado +* También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados. + +¡Gracias! :heart: :heart: :heart: + ## Resolver una incidencia Las [incidencias marcadas como help wanted](https://github.com/consul/consul/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. @@ -30,23 +39,6 @@ Si quieres que revisemos tu código con una sonrisa, por favor sigue nuestras co Cuando revisemos tu código y te pidamos que cambies alguna cosa, si tienes experiencia con `git rebase` edita los commits existentes en vez de añadir más. Si no tienes experiencia con `git rebase`, puedes saltarte este punto. -## Otras formas de contribuir sin código - -* Si crees que hay una funcionalidad que hace falta, o descubres un problema, abre una incidencia (asegúrate de que - no haya una incidencia para lo mismo ya abierta antes) -* También puedes ayudar dando este proyecto a conocer - -## Cómo escribir una incidencia - -* Trata de darle un título descriptivo (algo más que "xxx no funciona"). -* Es buena idea incluir las siguientes secciones: - * Pasos que se han realizado para producir la incidencia - * Lo que se esperaba que pasara - * Lo que ha pasado -* También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados. - -¡Gracias! :heart: :heart: :heart: - ## Contribuidores ## Miembros del equipo principal