-
Notifications
You must be signed in to change notification settings - Fork 165
Description
The upstream repository mentioned in the "Add 'upstream' repo to list of remotes" section of CONTRIBUTING-git-flow.md contains an incorrect example link:
git remote add upstream https://github.com/layer5io/meshery.git
While "meshery" is used as an example, it might be misleading. The documentation should indicate that users need to replace this with the actual upstream repository they are contributing to.
Suggested Fix:
Add a placeholder such as https://github.com/layer5io/sistent.git instead of the hardcoded example.
Provide a clear note reminding users to update the repository URL based on their fork.
Example correction:
git remote add upstream https://github.com/layer5io/sistent.git
This will prevent confusion for new contributors and ensure they correctly set up their remotes.
Contributor Guides and Resources
- 📚 Instructions for contributing to documentation
- 🛠 Meshery Build & Release Strategy
- 🎨Wireframes and designs for Sistent site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Layer5 Discussion Forum and Layer5 Community Slack