From 3a173fdb0b9bc54c72a124c7d9598eb6b3b2cfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 10 May 2024 19:14:50 +0200 Subject: [PATCH] Use two spaces to indent lists in markdown We were already doing it in the `docs/` folder, and this is consistent with the indentations we use in prettly much every programming language. --- .mdl_style.rb | 2 ++ CONTRIBUTING.md | 6 +++--- CONTRIBUTING_ES.md | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) 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: