- create new branch for new issue ```bash git checkout -b task4 ``` - add local changes ```bash git add . ``` - commit local changes ```bash git commit -m "leave your comment" ``` - push your change to remote ```bash git push origin task4 ``` - Click the below link to create a pull request [to create a pull request you have to visit the repository page](https://github.com/fellow-developers/css_utilities) - request the @satyam-seth to review the code