Improve Readme with PRs-welcome badge, plus PR guide link
Why: * Try to make the repo more friendly for first time contributors and any contributor on general How: * Adding a PRs-welcom badget that links to the issues list filtered by PRs-welcome label * Adding a Link to on the Contributing guide to a free course about Pull Request and Contributions on Github.
This commit is contained in:
@@ -35,7 +35,9 @@ If you want to contribute code to solve an issue:
|
|||||||
* Commit there your code to solve the issue.
|
* Commit there your code to solve the issue.
|
||||||
* Make sure all test are passing (and add specs to test any new feature if needed).
|
* Make sure all test are passing (and add specs to test any new feature if needed).
|
||||||
* Follow these [best practices](https://github.com/styleguide/ruby)
|
* 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.
|
||||||
|
|
||||||
|
**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)
|
||||||
|
|
||||||
## Cleaning up
|
## Cleaning up
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,10 @@ Cuando quieras resolver una incidencia mediante código:
|
|||||||
* Añade el código necesario para resolver la incidencia en tantos commits como sea preciso
|
* 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)
|
* 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)
|
* 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 la incidencia que se está arreglando.
|
||||||
|
|
||||||
|
**¿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
|
## Limpiar
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Citizen Participation and Open Government Application
|
|||||||
[](https://rocketvalidator.com/opensource)
|
[](https://rocketvalidator.com/opensource)
|
||||||
|
|
||||||
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
[](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3APRs-welcome)
|
||||||
|
|
||||||
This is the opensource code repository of the eParticipation website originally developed for the Madrid City government eParticipation website
|
This is the opensource code repository of the eParticipation website originally developed for the Madrid City government eParticipation website
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Aplicación de Participación Ciudadana y Gobierno Abierto
|
|||||||
[](https://rocketvalidator.com/opensource)
|
[](https://rocketvalidator.com/opensource)
|
||||||
|
|
||||||
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
[](https://github.com/consul/consul/issues?q=is%3Aissue+is%3Aopen+label%3APRs-welcome)
|
||||||
|
|
||||||
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana Consul, creada originariamente por el Ayuntamiento de Madrid.
|
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana Consul, creada originariamente por el Ayuntamiento de Madrid.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user