Skip to content

Commit

Permalink
docs: update contributing guidelines and README for correct repositor…
Browse files Browse the repository at this point in the history
…y references

Signed-off-by: GARY121github <[email protected]>
  • Loading branch information
GARY121github committed Feb 24, 2025
1 parent 968af22 commit 66c008b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING-gitflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ While this isn't an absolutely necessary step, if you plan on doing anything mor
## Add 'upstream' repo to list of remotes

```
git remote add upstream https://github.com/layer5io/meshery.git
git remote add upstream https://github.com/layer5io/sistent.git
```

("meshery" is used as the example repo. Be sure to reference the _actual_ repo you're contributing to e.g. "meshery-linkerd").
Note: Replace "sistent" with the actual repository name if contributing to a different project under Layer5, such as "docs"

## Verify the new remote named 'upstream'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ build:

```
attach sistent to your project:
npm install [path to sistent repo ]
npm install <path-to-sistent-on-local-machine>
```

> [!NOTE]
Expand Down

0 comments on commit 66c008b

Please sign in to comment.