mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
This commit is contained in:
parent
bc3d735bf3
commit
bc234b04e7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user