mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +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
|
### 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.
|
- 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.
|
- 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
|
## 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:
|
- Fork the repo and clone it:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/<your-username>/graphql-engine
|
git clone https://github.com/<your-username>/graphql-engine
|
||||||
|
Loading…
Reference in New Issue
Block a user