Skip to content

Commit

Permalink
doc: add Markdown check to contributing rules (#20811)
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Feb 13, 2024
1 parent 694c781 commit 1a7badc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a7badc

Please sign in to comment.