File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ Gitly will support Postgres and MySQL in the future (once V ORM does).
4545
4646
4747## Contributing
48- Workflow:
48+ GitHub contributing docs (https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/github-flow )
49+
50+ Example workflow:
49511 . Fork the project
50521 . Add your feature
51531 . Create a branch ` git branch YOUR-FEATURE-TITLE `
@@ -54,9 +56,8 @@ Workflow:
54561 . Commit your features ` git commit -m "edit message" `
55571 . Add your fork as remote ` git remote add fork LINK-TO-THE-FORK-REPO `
56581 . Push it to your fork ` git push --set-upstream fork YOUR-FEATURE-TITLE `
57- 1 . Create a pull request
58-
5959
60+ Then create a pull request (https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request )
6061GitHub Flow (https://guides.github.com/introduction/git-handbook/#github )
6162
6263We want the code as simple as possible. And please use the present tense and small case for the commit messages and the pull request title.
You can’t perform that action at this time.
0 commit comments