Skip to content

Commit 3d41014

Browse files
add github docs flow
1 parent fcb36ac commit 3d41014

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
4951
1. Fork the project
5052
1. Add your feature
5153
1. Create a branch `git branch YOUR-FEATURE-TITLE`
@@ -54,9 +56,8 @@ Workflow:
5456
1. Commit your features `git commit -m "edit message"`
5557
1. Add your fork as remote `git remote add fork LINK-TO-THE-FORK-REPO`
5658
1. 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)
6061
GitHub Flow (https://guides.github.com/introduction/git-handbook/#github)
6162

6263
We 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.

0 commit comments

Comments
 (0)