Collection of FE Mentor projects
Fork
this repository.Clone
your fork on local machine.- Switch to the
master
branch. - Make a new
branch
, preferably with the feature name. - Checkout to the new branch with
git checkout <new_branch_name>
- Find a project of your choice here
- Do the desired changes and
commit
them withgit commit -m '<a nice commit message here>'
. Push
the change to your fork on GitHub withgit push origin <your_branch_name>
- Make a
Pull Request
to the master branch in the original repository, i.e. this one.
Note: Make sure you are always up to date with sync and pull upstream. Sync and pull before you start and before you push your work.