Skip to content

This a hacktoberfest repository for starters . Add DSA algorithms in any language and PRs will be accepted .

License

Notifications You must be signed in to change notification settings

Soham20chak/Thesaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesaurus

Contribute for hacktoberfest 2022
1.Fork the repo
2.Create your new file
3.Add the necessary codes
4.Make the PR

:) happie hacking .... lets add meaning to the thesaurus


Hacktoberfest 2022

Hacktoberfest 2021

Contributors of Hacktoberfest 2022

This project is perfect for your first pull request

đź—Ł Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the challenge and earn a limited edition T-shirt.

📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors License Badge

Instructions

  • Fork this Repository using the button at the top on right corner.
  • Clone your forked repository to your pc ( git clone "url from clone option".)
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
  • Add your profile image in static/images/ ( use drag and drop option or upload by commands.)
  • Add your profile data in content/participant/
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

CONTRIBUTORS:


HERE'S WHAT YOU NEED TO KNOW TO PARTICIPATE AND COMPLETE HACKTOBERFEST:

Where to make Pull request?


Pull requests can be made in any GITHUB/GITLAB hosted project that’s participating in Hacktoberfest (look for the “HACKTOBERFEST 2022” topic)

When does it count?


Project maintainers must accept your pull/merge requests for them to count toward your total

Till when does ot count?


Have 4 pull/merge requests accepted between October 1 and October 31 to complete Hacktoberfest


RULES FOR PULL/MERGE REQUEST:


HERE’S HOW WE VALIDATE CONTRIBUTOR PULL/MERGE REQUESTS (“PR/MRS”) FOR HACKTOBERFEST

[CONSIDERED OUT-OF-BOUND]

YOUR PR/MRS MUST BE WITHIN THE BOUNDS OF HACKTOBERFEST.

Your PR/MRs must be created between October 1 and October 31 (in any time zone, UTC-12 thru UTC+14).

Your PR/MRs must be made to a public, unarchived repository.

[SPAM]

YOUR PR/MRS MUST NOT BE SPAMMY

PR/MRs that are labeled with a label containing the word “spam” by maintainers will not be counted.

We use the Node.js 16 RegEx engine with /\bspam\b/i to look for spam labels.

PR/MRs that also have the “hacktoberfest-accepted” label cannot be marked as spammy via a label.

PR/MRs that have been merged and do not have a label containing the word “invalid” cannot be marked as spammy via a label.

PR/MRs that our system detects as spammy will also not be counted.

Any user with two or more spammy PR/MRs will be disqualified.

[INVALID]

YOUR PR/MRS MUST NOT BE LABELED AS “INVALID”

PR/MRs that have a label containing the word “invalid” won’t be counted, unless they also have the “hacktoberfest-accepted” label.

Specifically, we use the Node.js 16 RegEx engine with /\binvalid\b/i to look for invalid labels.

[ACCEPTED]

YOUR PR/MRS MUST BE MERGED, HAVE THE “HACKTOBERFEST-ACCEPTED” LABEL, OR HAVE AN OVERALL APPROVING REVIEW.

Your PR/MR must not be a draft to be considered accepted.

If your PR/MR is being accepted for Hacktoberfest via an overall approving review it must also not be closed.

[PR/MRS APPROVING BY HACKTOBERFEST]

ONCE YOUR PR/MRS PASS ALL THE CHECKS ABOVE, IT WILL BE ACCEPTED FOR HACKTOBERFEST AFTER THE 7-DAY REVIEW PERIOD

We continually evaluate all of the checks except the [PARTICIPATING] check. If it fails any of these checks during this time, the 7-day timer will reset.

After the 7-day review period completes, your PR/MR will be automatically accepted for Hacktoberfest assuming it still passes all the checks. Once accepted for Hacktoberfest, we stop checking. :party:

How to make your first Pull Request

Replace <YOUR-USERNAME> with your GitHub username in this guide.

1. Create / Upload Your Code / Algorithms

Create/Upload your code in folder following the convention Add Code Here

  • Choose an extact lanaguage folder drop your code
  • Below is an example to add file properly
  • You can follow up any languages
Add Code Here/PYTHON/<YOUR-FILERNAME>.py
Add Code Here/C++/<YOUR-FILERNAME>.cpp

You can follow any pathway a code or profile information

2. Wait for Pull Request to merge

3. Celebrate - you've done your first pull request!!!!!

Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get swags or t-shirts.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repo has hacktoberfest topic..

Soham Chakraborty