Contribute for hacktoberfest 2022
1.Fork the repo
2.Create your new file
3.Add the necessary codes
4.Make the PR
happie hacking ;)
đź—Ł 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 🔥.
- 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 outgit checkout new-user
or simply dogit 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
Pull requests can be made in any GITHUB/GITLAB hosted project that’s participating in Hacktoberfest (look for the “HACKTOBERFEST 2022” topic)
HERE’S HOW WE VALIDATE CONTRIBUTOR PULL/MERGE REQUESTS (“PR/MRS”) FOR HACKTOBERFEST
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.
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.
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.
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.
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:
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..
Sayantan Talapatra