The 5 steps of contributing below :
-
Fork the repository & clone locally.
-
Create your feature branch
git checkout -b username/your-feature-name
-
Commit your changes. please read the Semantic Commit Messages
git commit -m 'Semantic Commit Messages'
-
Push to your origin repository.
git push -u origin username/your-feature-name
-
Create a new Pull Request.