You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ OpenCV is a huge library. One can get lost while reading a specific feature docu
33
33
34
34
## <u> How to Contribute? Let's Get Started: </u>
35
35
36
-
### Step 1. Create a Copy of this Repository
36
+
####Step 1. Create a Copy of this Repository
37
37
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.
38
38
39
39
> **Fork :fork_and_knife: this repo. Click on the Fork button at the top right corner.**
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.
62
62
63
63
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'
75
75
```
76
76
77
77
78
-
### Step 3: Contribute
78
+
####Step 3: Contribute:
79
79
Make relevant changes. Add new algorithms. Add Readme files. Contribute in any way you feel like :)
80
80
81
-
### Step 4: Commiting and Pushing:
81
+
####Step 4: Commiting and Pushing:
82
82
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.
83
83
84
84
``` git add filename``` or ``` git add .```
@@ -99,7 +99,7 @@ You can type the command ```git add -A``` or alternatively ```git add -all``` fo
99
99
git push --set-upstream origin new-branch
100
100
```
101
101
102
-
### Step 5: Create Pull Request
102
+
####Step 5: Create Pull Request
103
103
At this point, you are ready to make a pull request to the original repository.
104
104
105
105
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
109
109
110
110
<imgsrc="assets\create pr.PNG">
111
111
112
-
### Step 6: CONGRATULATIONS :boom::clap::relaxed:
112
+
####Step 6: CONGRATULATIONS :boom::clap::relaxed:
113
113
You have made your contributions. Kudos to you!!
114
114
115
115
<hr> </hr>
@@ -122,9 +122,7 @@ You have made your contributions. Kudos to you!!
122
122
#### For any more issues and queries, please join our <ahref="https://join.slack.com/t/geekquad/shared_invite/zt-jtdqxt2r-i9R7vvNPzveImCBBM~eahw"> Slack Channel. </a>
123
123
Feel free to reach out to us.
124
124
125
-
``` Rememeber, collaboration is the key to open-source 🌟✨ ```
126
-
127
-
<hr> </hr>
125
+
``` **Rememeber, collaboration is the key to open-source** 🌟✨ ```
0 commit comments