updates Contributing with best practices

This commit is contained in:
rgarcia
2015-08-12 15:16:03 +02:00
parent 94345b0b51
commit 73e1365320
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Cuando quieras resolver una incidencia mediante código:
* Crea una rama para resolver la incidencia desde la rama `master` * 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 * 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)
* 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
## Otras formas de contribuir sin código ## Otras formas de contribuir sin código

View File

@@ -27,6 +27,7 @@ If you want to contribute code to solve an issue:
* Create a topic branch based on master. * Create a topic branch based on master.
* 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)
* 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.
## Other ways of contributing without coding ## Other ways of contributing without coding