>>> -----------------This repository has been EXCLUDED
from hacktoberfest, Do not generate PR
here, it will be time waste-------------------
🗣 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the Hacktoberfest-2022 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 SCHWAGS 🔥.
- Fork this Repository to your GITHUB using the button at the top
- 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
andgit checkout -b new-user
) - Make contributions to the
Specific Domain
folder, contributions done to theCorrect
folder only will be counted towards the Hacktoberfest 2022 - 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
Please note - Pull Requests
of only those contributors
will be Merged
who will follow all the below mentioned steps
Replace <YOUR-USERNAME>
with your GitHub username in this guide.
STEP-1. Make your contribution to Specific Domain Folder
, if domain named FOLDER
is not present then ADD
the folder and complete your contribution.
###EX.-
---
Java/<filename>.java
---
STEP-2. Copy the next template into your 'CONTRIBUTING.md' file, delete the boilerplate data and fill the information with yours.
---
name: <YOURNAME>
institution/company: <INSTITUTION_NAME>
github: <USERNAME>
---
'''
You are always advised to make more than 4 pull request
Suppose, you have made only 4 pull request to different projects
but due to some problem one project gets excluded from hackoctoberfest event then your pull request will not be counted towards HACKTOBERFEST contributions and
then you will be remained with only 3 valid pull requests.
If you fail to make 4 valid pull requests then you can't get schwags or t-shirts.
'''