diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af11c122b..70c711425 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ Cuando quieras resolver una incidencia mediante código: * 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 ## Otras formas de contribuir sin código diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index 26e08fc11..9d51a34da 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -27,6 +27,7 @@ If you want to contribute code to solve an issue: * 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 if needed). +* Follow these [best practices](https://github.com/styleguide/ruby) * Open a *pull request* to the main repository describing what issue you are addressing. ## Other ways of contributing without coding