Coder Social home page Coder Social logo

contributors's Introduction

Let's Contribute To Open-source

Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.


Completing the Challenge

If you have previously never contributed to any open-source software then these steps will help you get started:

  1. Go to Hacktoberfest official website and sign in there using your GitHub.
  2. I am assuming you have git installed and setup in your computer. If it isn't, download and install it from here.
  3. Fork this repository by clicking on the top right corner where it is written Fork.
  4. Once it is forked, clone the repository in your computer. For this, copy the URL in the address bar, and use the following command:
git clone url_you_just_copied
  1. Open this cloned repository in your preferred code editor. Also, open a terminal in this directory.
  2. Now type in the following command in the terminal and replace username with your GitHub username.
git checkout -b username
  1. Create a markdown file inside the profiles directory and name it username.md. Replace the username with your GitHub username. For instance, my GitHub username is msaaddev, so I have created a file with name msaaddev.md.
  2. Now copy the following and paste it inside the file you just created. Add your information as well. You can also take a look at my file for example.
Name: Here goes your name

Username: Here goes your GitHub username

Favorite Language: Here goes your fav programming language
  1. Once you have done all this, commit your changes to GitHub. You can do this with the following commands. Make sure you execute them in the precise order one after another in your terminal.
# copy and paste the following in the terminal
git add .

# copy and paste the following in the terminal after you have executed the previous command
git commit -m "hacktoberfest contribution"

# copy and paste the following in the terminal after you have executed the previous command
git push -u origin your_github_username
  1. Now open the forked repository on your GitHub. You will see a yellow box at the top telling you that some changes are pushed. You will also see a button called Compare & pull request. Click on it.
  2. Now add a title, some description and voila! You have opened a pull request in this repository.
  3. Also star this repository. ๐Ÿ˜‰

You need to open four valid pull requests in order to complete the challenge. If you have performed the above steps, you have already opened one pull request. And you need only three more.


Note: Those repositories who have hacktoberfest as a label are considered for Hacktoberfest challenge only.

contributors's People

Contributors

sharjeelyunus 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.