Giter Club home page Giter Club logo

contribute-101's Introduction

✨Contribute101

✨ A simple project to help people make their first open source pull request

PLease keep in mind that pull requests on this project won't count towards Hacktoberfest. This project is just to help and encourage new developers to get familiar with open source contribution.



☁️ Introduction:

Hello Contributors! Open Source projects are a great way for enhancing your coding skills and exploring 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.



⭐ Aim:

  • To make an Open Source contribution.
  • To use GitHub and Git.
  • Get familiar with NodeJs.
  • Make a Pull Request.



❔ Who Can Contribute?

Anyone from an absolute beginner to a developer can contribute to enhance your open source experience.



💚 NodeJs:

Node.js is a run-time environment which includes everything you need to execute a program written in JavaScript. It’s used for running scripts on the server to render content before it is delivered to a web browser.

NPM stands for Node Package Manager, which is an application and repository for developing and sharing JavaScript code.



🔨 Prerequisite :



✨ Steps :

  1. Fork this repository and clone it to your computer.

  2. Install the dependencies locally

npm install
  1. Now create a new remote branch with any name you want
git checkout -b "myCard"
  1. Now go to contributors/index.js file and add your details.

  2. Run this command to check for any remaining typos and style errors

npm run lint:fix
  1. Push your local changes that you have made
git add .
git commit -m "Add YOURNAME's card"
git push -u origin myCard
  1. Now create the pull request

Your changes would not be visible immediately. Your pull request will be reviewed, get accepted and merged by the project maintainer.

You can now celebrate ! 🎊



Congrats 🎉 .You have successfully created your pull request. Now wait for PR to be reviewed and get merged!

contribute-101's People

Contributors

rocktimsaikia avatar devil-coder avatar lucasoe avatar vishalyadav0804 avatar tikam02 avatar phizzard avatar nicbritz avatar shobas avatar anushri20 avatar ibbatta avatar gabrielbonner avatar eppu avatar edwinharly avatar camilocaquimbo avatar aravindh-snr avatar abajad avatar sagar2366 avatar samx81 avatar s4m3r avatar scouttww avatar sethusenthil avatar shriyansh-j avatar shyamunnikrishnan avatar shynd avatar sibinjoseph111 avatar fuzzysid avatar nos-nart avatar shrobbins avatar galleria avatar saspallow avatar

Watchers

James Cloos 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.