Merge pull request #153 from AyuntamientoMadrid/contributing

updates Contributing with best practices
This commit is contained in:
Juanjo Bazán
2015-08-12 19:21:01 +02:00
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`
* 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

View File

@@ -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