contrib: link to fork-and-branch git workflow guide (close #5225) (#5226)

This commit is contained in:
sezgi 2020-06-30 04:01:53 -07:00 committed by GitHub
parent bc3d735bf3
commit bc234b04e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,8 @@ The README of the CLI repository can be found [here](https://github.com/hasura/g
### Working on an issue
- We use the [fork-and-branch git workflow](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/).
- Please make sure there is an issue associated with the work that you're doing.
- If you're working on an issue, please comment that you are doing so to prevent duplicate work by others also.

View File

@ -28,6 +28,8 @@ community [Discord](https://discord.gg/vBPpJkS).
## Steps for contributing
We use the [fork-and-branch git workflow](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/).
- Fork the repo and clone it:
```bash
git clone https://github.com/<your-username>/graphql-engine