mirror of
https://github.com/vlang/v.git
synced 2025-09-07 22:30:57 -04:00
doc: add Markdown check to contributing rules (#20811)
This commit is contained in:
parent
694c781f57
commit
1a7badcaf7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user