docs: add a `v fmt -w .` step in the contributing guide (#14210)
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:
|
5. When finished with a feature/bugfix/change, you can:
|
||||||
`git checkout -b fix_alabala`
|
`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)
|
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
|
7. On GitHub's web interface, go to: https://github.com/vlang/v/pulls
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue