Merge pull request #153 from AyuntamientoMadrid/contributing
updates Contributing with best practices
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user