From 1a7badcaf77292628d8edcfc76c9ffeeb681915c Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:14:35 +0100 Subject: [PATCH] doc: add Markdown check to contributing rules (#20811) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79952d84a6..4288bb8148 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,6 +102,8 @@ accordingly in the steps below.) `git checkout -b fix_alabala` - Don't forget to keep formatting standards, run `v fmt -w YOUR_MODIFIED_FILES` before committing (if you have not run the commands from 3.1) + - If you changed Markdown (`.md`) files, check them `v check-md YOUR_MODIFIED_FILES` + before committing. 6. `git push pullrequest` Note: The `pullrequest` remote was setup on step 4 7. On GitHub's web interface, go to: https://github.com/vlang/v/pulls