Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# 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)

# Practice Pull Requests

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

Expand All @@ -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
Expand All @@ -54,6 +62,7 @@ Questions can be asked by raising an `Issue`.
```
git add README.md
```

or

```
Expand Down Expand Up @@ -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)

---
---