Neilblaze / Anyxz

Ez Video Background Semantic Segmentation
https://anyxz.vercel.app
MIT License
6 stars 11 forks source link

Feature request for addition in contributing guidelines #32

Open KerinPithawala opened 3 years ago

KerinPithawala commented 3 years ago

Is your feature request related to a problem? Please describe. The contributions guidelines help a new open-source programmer to contribute to this project. However when there are changes in the remote repository and it's not reflected in local computers, then a lot of confusion arises. So there should be guidelines to fetch updated repository.

Describe the solution you'd like Addition of points stating using the fetch and upstream command to update local repository.

Describe alternatives you've considered Addition of Github docs links related to resolving conflicts in contributing.md file.

Approach to be followed (optional) Add the following points:

git remote add upstream https://github.com/Neilblaze/Anyxz.git

git remote -v

git pull upstream master

Neilblaze commented 3 years ago

Umm I don't it's that necessary? Cause I guess, it's there in the NWOC Get started Guide.

KerinPithawala commented 3 years ago

In NWOC Get Started guide the guidelines are only until creating a pull request. They have not given what to do in case a person's repo is behind the main remote repo.