ChankitSaini / hacktoberfest-2022

🍕 Contribute to open source and win Goodies from Hacktoberfest !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest 2022



Open Source Love Hacktober Badge Star Badge Contributions Pull Requests Badge

You can make folders of programming languages and also you can contribute in the repo's below.

Feel free to contribute to this repo by creating and editing little programs in any programming language and make different folders for the code you want to contribute.

October is here ! Stand for a chance to win merch from Hacktoberfest by making PRs to this repository!

. ✎ How to participate

╭︰Head on to Hacktoberfest Official Website to register.
︰・Login with your GitHub, then fill out the necessary details.
︰・Search GitHub for open-source repositories with the tag hacktoberfest, and create Pull requests.
︰・You can contribute anything as long as it complies with the Guidelines.
︰・If your PR gets merged, Hacktoberfest staff will analyse it, and upon a successful and valid merge, it will be counted as 1 contribution in your profile.
╰︰Create 4 successful PRs and earn a merch from Hacktoberfest !!!!

 

. ✎ Contributions to this repo

I will merge any valid pull request made in this repository, even if it's a minor one(even a hello world works) :)
Rules & tips:

  • No copied/stolen codes.
  • Post codes in their respective language directories/folders.
  • You can create PRs to this readme too, to make it better.
  • Better codes = better chances of being selected.
  • No spammy Pull Requests.
const { luck } = require("coolPRs");
console.log("All the best !");
let pr = document.getElementById("yourPR");
let contributions = 0;
process.on('newPRs', async(pullRequest) => {
   if(pr.content.isWorthy()){
       await luck().then(async(hacktoberfest) => {
          await pullRequest.accept();
          let accepted = hacktoberfest.analyse(pullRequest); //returns boolean xD
          if(accepted) contributions++;
      });
   }
   if(contributions >= 4) console.log("CONGRATULATIONS🎉 ! YOU HAVE COMPLETED YOUR GOAL !\nHead over to your profile to claim your rewards !");
})

Our COOL Contributors 👩‍💻

. ✎ Support and contact

For support or queries, shoot me an email at me@theyash.me or, Contact me on Discord, tag : Astrexx.jar#4035


Cheers,
Yash

About

🍕 Contribute to open source and win Goodies from Hacktoberfest !


Languages

Language:C++ 41.7%Language:Java 35.0%Language:HTML 17.0%Language:Python 3.2%Language:JavaScript 3.1%