mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
doc: add Markdown check to contributing rules (#20811)
This commit is contained in:
parent
694c781f57
commit
1a7badcaf7
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue