GithubHelp home page GithubHelp logo

devil-coder / contribute-101 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rocktimsaikia/contribute-101

0.0 0.0 0.0 514 KB

A simple project to get you started with your first open source contribution.

Home Page: https://contribute101.herokuapp.com/

License: MIT License

CSS 12.92% JavaScript 5.41% HTML 81.68%

contribute-101's Introduction


Introduction:

Contribution to Open Source Projects is a great way to enhanching your coding skills and along with expanding your knowledge on the new technologies. But top of that contributing to Open Source Projects is FUN.The joy of the first time when your pull request gets accepted is amazing. Which you are going to find today by contributing to this project.

What we are gonna do :

So in this project you are going to create a bootstrap card of yourself by filling up some given things which we will talk later. But for now lets get straight into work.

Prerequisite :

  • install nodejs on your local machine globally.

Steps :

  1. Fork this repo.

alt text


  1. Clone your forked repo on anywhere on your laptop/computer .And how we do that : git clone URL

    alt text


  1. Now go that project folder and open it with your favorite IDE. I am using Visual Studio Code for this project.
  • Currently the file structure would look like this.

alt text

  • Now click on the views folder and open up the index.ejs file.

  • Then look for the card template with the comment on above saying

    <!--Copy these code below and Paste it right Above this comment "-->

  • Now copy that card template code paste in right above the comment line.

alt text

  • Cool and now just do these specific things
    • Write Your name on the first 'h5' tag.
    • Write the name of your place where you live on the 'h6' tag.
    • Then replace the 'li' tags with 3 technologies that you are currently learning.
    • Then on the two last 'a' tags add your github and twitter profile links on the 'href' attributes respectively.
    • DONE with the card thing.

  1. Lets create a new remote branch and push our modified remote repo to our github repo. follow me :
    • git checkout -b <BranchName> [ex : git checkout -b myCard]
    • git add .[don't forget the dot '.' in the end]
    • git commit -m "Add YOURNAME's card"[ex: git commit -m "Rocktim's card"]
    • git push -u origin <Branchname> [ex : git push -u origin myCard]
    • DONE HERE ,Lets go to our github repo of this project

  1. Now you should see this button .Just click on this button.After that dont chnage anything and just create a pull request. And We are done. Pheeewwwww!!!


*After creating a successful pull request when you will go to github home page you should see your pull request on the up front. And as soon as i merge your code after reviewing it to my repo you will recieve an email from github and that pull request menu would be gone from your github's homepage. Enjoy then, You made your first open source contribution .

contribute-101's People

Contributors

rocktimsaikia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.