All Projects → rocktimsaikia → Contribute-101

rocktimsaikia / Contribute-101

Licence: MIT license
✨ A simple project to get you started with your first open source contribution.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
EJS
674 projects

Projects that are alternatives of or similar to Contribute-101

StartHub
Bootstrap your search for career!
Stars: ✭ 30 (-16.67%)
Mutual labels:  first-timers, good-first-issue
FavouriteAnime-Hacktoberfest
Add your favorite Anime with your name
Stars: ✭ 20 (-44.44%)
Mutual labels:  first-timers, good-first-issue
rubygalaxy
Ruby Galaxy is an online meetup for Rubyists around the world, and if we're lucky - the galaxy 👽 🖖
Stars: ✭ 19 (-47.22%)
Mutual labels:  first-timers
Data-Structures-and-Algorithms
Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.
Stars: ✭ 22 (-38.89%)
Mutual labels:  first-timers
portfolio
This is my portfolio which is also a template. Feel free to fork, star, and use it.
Stars: ✭ 86 (+138.89%)
Mutual labels:  good-first-issue
Hacktoberfest-2k19
Just add pull requests to this repo and stand a chance to win a limited edition Hacktoberfest T-shirt.
Stars: ✭ 33 (-8.33%)
Mutual labels:  good-first-issue
torpleng
การต่อเพลงไทยที่ยาวที่สุดในประวัติศาสตร์
Stars: ✭ 39 (+8.33%)
Mutual labels:  good-first-issue
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-58.33%)
Mutual labels:  good-first-issue
NClient
💫 NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Stars: ✭ 25 (-30.56%)
Mutual labels:  good-first-issue
hacktoberfest-participants
🎃 A platform that showcases a list of all the hackers (including their stats), participated in the month-long challenge Hacktoberfest presented by DigitalOcean.
Stars: ✭ 38 (+5.56%)
Mutual labels:  good-first-issue
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+11.11%)
Mutual labels:  first-timers
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-55.56%)
Mutual labels:  good-first-issue
javascript-jokes
PR your joke if you know good ( or horrible ) js joke . I will post it on coding valley's insta page.
Stars: ✭ 66 (+83.33%)
Mutual labels:  good-first-issue
learning-code-through-github-repos
This is a collection of GitHub repositories that you can use in your coding journey.
Stars: ✭ 82 (+127.78%)
Mutual labels:  good-first-issue
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-30.56%)
Mutual labels:  good-first-issue
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (-2.78%)
Mutual labels:  good-first-issue
first-contributions
This repository is for the first time contributors. Test and practice how to contribute
Stars: ✭ 21 (-41.67%)
Mutual labels:  first-timers
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (-8.33%)
Mutual labels:  good-first-issue
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+77.78%)
Mutual labels:  good-first-issue
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+86.11%)
Mutual labels:  good-first-issue

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].