@@ -34,6 +34,16 @@ If you want to contribute code to solve an issue:
|
|||||||
* 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.
|
||||||
|
|
||||||
|
## Cleaning up
|
||||||
|
|
||||||
|
In the rush of time sometimes things get messy, you can help us cleaning things up:
|
||||||
|
|
||||||
|
* implement [pending specs](https://travis-ci.org/consul/consul)
|
||||||
|
* increase [code coverage](https://coveralls.io/github/consul/consul?branch=master)
|
||||||
|
* improve [code quality](https://codeclimate.com/github/consul/consul)
|
||||||
|
* update [dependencies](https://gemnasium.com/consul/consul)
|
||||||
|
* make [code consistent](https://github.com/bbatsov/rubocop)
|
||||||
|
|
||||||
## Other ways of contributing without coding
|
## 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).
|
* If you think there's a feature missing, or find a bug, create an issue (make sure it has not already been reported).
|
||||||
|
|||||||
@@ -34,6 +34,16 @@ Cuando quieras resolver una incidencia mediante código:
|
|||||||
* 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
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
* actualizando [dependecias](https://gemnasium.com/consul/consul)
|
||||||
|
* haciendo el [código consistente](https://github.com/bbatsov/rubocop)
|
||||||
|
|
||||||
## Otras formas de contribuir sin código
|
## 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
|
* Si crees que hay una funcionalidad que hace falta, o descubres un problema, abre una incidencia (asegúrate de que
|
||||||
|
|||||||
Reference in New Issue
Block a user