Skip to content

Commit bf07692

Browse files
authored
Update README.md
1 parent f239bd9 commit bf07692

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OpenCV is a huge library. One can get lost while reading a specific feature docu
3333

3434
## <u> How to Contribute? Let's Get Started: </u>
3535

36-
### Step 1. Create a Copy of this Repository
36+
#### Step 1. Create a Copy of this Repository
3737
In order to work on an open-source project, you will first need to make your own copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.
3838

3939
> **Fork :fork_and_knife: this repo. Click on the Fork button at the top right corner.**
@@ -57,7 +57,7 @@ git clone https://github.com/your_username/Image-Processing-OpenCV
5757

5858

5959

60-
### Step 2: Creating a New Branch
60+
#### Step 2: Creating a New Branch
6161
It is important to branch the repository so that you are able to manage the workflow, isolate your code, and control what features make it back to the main branch of the project repository.
6262

6363
When creating a branch, it is very important that you create your new branch off of the master branch.
@@ -75,10 +75,10 @@ Switched to branch 'new-branch'
7575
```
7676

7777

78-
### Step 3: Contribute
78+
#### Step 3: Contribute:
7979
Make relevant changes. Add new algorithms. Add Readme files. Contribute in any way you feel like :)
8080

81-
### Step 4: Commiting and Pushing:
81+
#### Step 4: Commiting and Pushing:
8282
Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.
8383

8484
``` git add filename``` or ``` git add .```
@@ -99,7 +99,7 @@ You can type the command ```git add -A``` or alternatively ```git add -all``` fo
9999
git push --set-upstream origin new-branch
100100
```
101101

102-
### Step 5: Create Pull Request
102+
#### Step 5: Create Pull Request
103103
At this point, you are ready to make a pull request to the original repository.
104104

105105
You should navigate to your **forked** repository, and press the “Compare & pull request” button on the page.
@@ -109,7 +109,7 @@ GitHub will alert you that you are able to merge the two branches because there
109109

110110
<img src="assets\create pr.PNG">
111111

112-
### Step 6: CONGRATULATIONS :boom: :clap: :relaxed:
112+
#### Step 6: CONGRATULATIONS :boom: :clap: :relaxed:
113113
You have made your contributions. Kudos to you!!
114114

115115
<hr> </hr>
@@ -122,9 +122,7 @@ You have made your contributions. Kudos to you!!
122122
#### For any more issues and queries, please join our <a href="https://join.slack.com/t/geekquad/shared_invite/zt-jtdqxt2r-i9R7vvNPzveImCBBM~eahw"> Slack Channel. </a>
123123
Feel free to reach out to us.
124124

125-
``` Rememeber, collaboration is the key to open-source 🌟✨ ```
126-
127-
<hr> </hr>
125+
``` **Rememeber, collaboration is the key to open-source** 🌟✨ ```
128126

129127

130128
## ⚙️ Contribution Guidelines

0 commit comments

Comments
 (0)