diff --git a/.mdl_style.rb b/.mdl_style.rb index 873a1b225..00c733bb5 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -5,3 +5,5 @@ exclude_rule "MD029" exclude_rule "MD040" exclude_rule "MD041" exclude_rule "MD046" + +rule "MD007", indent: 2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d80e1daa..4b93cb949 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,9 +10,9 @@ The prefered way to report any bug is [opening an issue in the project's repo](h * Try to use a descriptive and to-the-point title * It's a good idea to include some of these sections: - * Steps to reproduce the bug - * Expected behaviour/response - * Actual response + * Steps to reproduce the bug + * Expected behaviour/response + * Actual response * Sometimes it is also helpful if you mention your operating system, browser version and installed plugins. Thanks! :heart: :heart: :heart: diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index 426add7e2..f4aee46cd 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -10,9 +10,9 @@ El método preferido para informar sobre una incidencia en el proyecto es [crean * Trata de darle un título descriptivo (algo más que "xxx no funciona"). * Es buena idea incluir las siguientes secciones: - * Pasos que se han realizado para producir la incidencia - * Lo que se esperaba que pasara - * Lo que ha pasado + * Pasos que se han realizado para producir la incidencia + * Lo que se esperaba que pasara + * Lo que ha pasado * También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados. ¡Gracias! :heart: :heart: :heart: