doc: add Markdown check to contributing rules (#20811)

This commit is contained in:
David Legrand 2024-02-13 11:14:35 +01:00 committed by GitHub
parent 694c781f57
commit 1a7badcaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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