Skip to content

programmer-offbeat/hacktoberfest-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thank you everyone for contributing to this repository, to Hacktoberfest, to OPEN SOURCE this year ! I loved the enthusiasm and the will to contribute. I hope many of you would have completed the contest, and won their swags. I also did:D but Hey! Contributing to open-source is not only limited to Hacktoberfest winning prizes, it's about helping people, helping softwares be betterand more efficient. Keep contributing and coding:)

SOOOOO, IT WAS AN AWESOME OCTOBER WITH HACKTOBERFEST, PULL REQUESTS AND Y'ALL! WILL SEE EVERYONE IN THIS REPOSITORY NEXT YEAR OCTOBERR!!!

HacktoberFest 2022



Open Source Love Hacktober Badge Star Badge Contributions Pull Requests Badge

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.
  • You can make folders of programming languages if you don't find yours.
  • Feel free to open an issue or PR if you want to edit other's codes.
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 : OfFbeat ̥ ˊˎ-#4035


Cheers,
Yash