New to open source? Contribute to this beginner friendly project by adding your profile and make your first PR.
You are going to add some details about yourself like your name, your branch,about yourself, your skills and your social handles.
Below is the sample of code that you will be contributing.
-
Fork the repository by clicking on the fork tab.
-
Then click on
create fork
button to create fork the repository in your account. -
Clone the repository by using following command in your terminal
git clone https://github.com/your-username/first-timers.git
-
Change the directory using following command
cd first-timers
-
Open
data.js
file -
Copy the template and paste it below the comment saying
Paste it below the line
. -
Then add your `name,branch, small introduction, 2-3 skills and your social handles.
Dont forget to change the "id" key for your profile. It should be the successor number of the previous profile.
-
Create your branch
git branch add-yourname-branch
Replace yourname
with your name
-
Open your new created branch
git checkout your-branch-name
Replace your-branch-name
with the branch name that you have created.
-
Save your changes
-
Add your changes to staging area
git add data.js
-
Commit your changes
git commit -m "message"
-
Push your changes to the github
git push origin your-branch-name
-
Now head to your fork in the github. You will see something like this
-
Click on
Compare & pull request
. -
After clicking you will see something like this
-
Click on
Create Pull request
button. -
Wohhooo!! You've made it. You have created your first pull request. Reviewers will now review your code and will merge your code.
-
Celebrate your merge by tagging dsc-pdeu on socials.