File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1- * @ nfx @ larsgeorge-db
1+ * @ nfx @ larsgeorge-db
Original file line number Diff line number Diff line change @@ -133,14 +133,17 @@ make lint test
133133
134134Here are the example steps to submit your first contribution:
135135
136- 1 . ` git checkout -b FEATURENAME `
137- 2 . .. do the work
138- 3 . ` make fmt `
139- 4 . ` make lint `
140- 5 . .. fix if any
141- 6 . ` make test `
136+ 1 . ` git checkout main ` (or ` gcm ` if you're using [ ohmyzsh ] ( https://ohmyz.sh/ ) ).
137+ 2 . ` git pull ` (or ` gl ` if you're using [ ohmyzsh ] ( https://ohmyz.sh/ ) ).
138+ 3 . ` git checkout -b FEATURENAME ` (or ` gcb FEATURENAME ` if you're using [ ohmyzsh ] ( https://ohmyz.sh/ ) ).
139+ 4 . .. do the work
140+ 5 . ` make fmt `
141+ 6 . ` make lint `
1421427 . .. fix if any
143- 8 . ` git commit -a `
144- 9 . ` git push origin FEATURENAME `
145- 10 . go to GitHub UI and create PR. Alternatively, ` gh pr create ` (if you have [ GitHub CLI] ( https://cli.github.com/ ) installed).
146- 11 . announce PR for the review
143+ 8 . ` make test `
144+ 9 . .. fix if any
145+ 10 . ` git commit -a ` . Make sure to enter meaningful commit message title.
146+ 11 . ` git push origin FEATURENAME `
147+ 12 . go to GitHub UI and create PR. Alternatively, ` gh pr create ` (if you have [ GitHub CLI] ( https://cli.github.com/ ) installed).
148+ Make sure to use meaningful pull request title, because it'll appear in the release notes.
149+ 13 . announce PR for the review
You can’t perform that action at this time.
0 commit comments