diff --git a/README.md b/README.md index b8a7495..6aea78e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # First-contribution-practice -How to contribute to open source- First contribution practise +How to contribute to open source- First contribution practise [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) @@ -8,7 +8,15 @@ How to contribute to open source- First contribution practise Repo for you to raise a Pull Request for practice. + **Just add your name to the alphabetical list and optionally, a link to your GitHub account** +## Name + +YAHAYA HYELLAMODA YOHANNA + +## Github Account + +[Yahaya Hyellamoda Yohanna](https://github.com/yasholma) ## How to contribute @@ -33,7 +41,7 @@ Questions can be asked by raising an `Issue`. - switch to the cloned folder. This can be done with Gitbash or the integrated terminal in the VSCode editor ``` - cd First-contribution-practice + cd First-contribution-practice ``` - Make a new branch. Your name would make a good branch because it's unique @@ -54,6 +62,7 @@ Questions can be asked by raising an `Issue`. ``` git add README.md ``` + or ``` @@ -102,4 +111,4 @@ Hurray! You successfully made a contribution! - #### To read more about this, go to [Github Docs - About Merge Conflicts](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts) - #### To find out about how to fix a Git Conflict, go to [Github Docs - Resolve Merge Conflict](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) ---- \ No newline at end of file +---