Code Monkey home page Code Monkey logo

professor-cpp / programming-nerds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hctnm2/programming-nerds

0.0 0.0 0.0 13.62 MB

Repository For Programmers Seeking a platform to show their skills

Home Page: https://hctnm2.github.io/Programming-Nerds/

License: GNU General Public License v3.0

JavaScript 1.95% Ruby 0.10% C++ 16.75% Python 31.73% C 1.10% PHP 9.55% Java 6.60% Go 1.44% Kotlin 0.51% Dart 0.17% CSS 9.33% Hack 0.66% HTML 16.63% Jupyter Notebook 1.07% SCSS 2.41%

programming-nerds's Introduction

Programming-Nerds

Repository For Programmers Seeking Pull Requests In hacktoberfest


❓ What's Hacktoberfest 2021?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2021.

During the entire month of October 2021, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).


👕 Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure.
Wait there's more!


How to start Contributing and pull request [Longer Way For Nerds] (Scrool Down For Shorter Version)

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_name>/hacktoberfest-2021

3. Navigate to the project directory 📁 .

cd hacktoberfest-2021

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/hctnm2/hacktoberfest-2021

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila!

👍 This is Awesome! How Can I Contribute?

It's very easy. You don't need to be an expert . Here are the steps you need to follow to create your -(maybe)- EXAMPLE first pull request within few minutes.

  1. Star this repository.
  2. Navigate To The Intended Progarmming Language Folder
  3. Edit the existing programs or add a new one.
  4. Now click on Propose button.
  5. Create a new pull request.
  6. Wait for your Pull Request to be reviewed and merged!
  7. Enjoy and welcome to Hacktoberfest 2021 and Keep Contributing :)

🔥 What will happen after my contribution?

I have created a simple page to display all contributors list here, your name should appear shortly after the pull request is merged.

🤝 Our Contributors

Recommended Repos

programming-nerds's People

Contributors

aashu-kattel avatar crazyyoungbroo avatar hctn06 avatar hctn07 avatar hctn08 avatar hctn09 avatar hctn10 avatar hctn11 avatar hctn13 avatar hctn14 avatar hctn15 avatar hctn16 avatar hctn17 avatar hctn18 avatar hctn19 avatar hctn20 avatar hctn21 avatar hctn22 avatar hctn23 avatar hctn24 avatar hctn25 avatar hctn26 avatar hctn27 avatar hctnm2 avatar hortiprajwal avatar mergify[bot] avatar namruthahari avatar neths21 avatar shamans1 avatar ze-falcon 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.