The-Robotics-Forum / flutter-ui-templates

End-to-end mobile app templates that other developers can use during their Flutter development journey.
https://www.vitpunerobotics.com/#/
8 stars 13 forks source link

There is a mistake in the CONTRIBUTING.md file #9

Closed Aspireve closed 2 years ago

Aspireve commented 2 years ago

There is a small mistake in the CONTRIBUTING.md file. It says git remote add upstream https://github.com/Dezenix/<repository_name> whereas it should be git remote add upstream https://github.com/<original-owner-name>/<repository_name>

ref- https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork

Aspireve commented 2 years ago

Hey @Pavan49719 Could I resolve it