mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: add a v fmt -w .
step in the contributing guide (#14210)
This commit is contained in:
parent
e24482a143
commit
5a42350a78
@ -90,6 +90,7 @@ making pullrequests, and you can just do normal git operations such as:
|
||||
|
||||
5. When finished with a feature/bugfix/change, you can:
|
||||
`git checkout -b fix_alabala`
|
||||
- Don't forget to keep formatting standards, run `v fmt -w 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…
Reference in New Issue
Block a user