srijansingh2003 / Hacktoberfest2022_jvm-coder

Repository for open-source contributions towards Hacktoberfest 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022 OPEN Pull Request - FREE T-SHIRT's

Hacktoberfest 2021

Contributors of Hacktoberfest 2022

You can generate PULL REQUESTS on this repository for HACKTOBERFEST 2022

🗣 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 🔥.

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors

Instructions-

  • 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 out git checkout new-user and git checkout -b new-user)
  • Add your profile data in content/participant/
  • Make contributions to the content foldercontributions done to the content 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

NOTE : Contributions done to the content folder only will be counted towards the Hacktoberfest 2022

How to make your first Pull Request

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. Add your profile information

Create a markdown file in your folder following the convention content/participant/<YOUR-USERNAME>.md. Ex.

content/participant/<YOUR-USERNAME>.md/

STEP-2. Copy the next template into your file, delete the boilerplate data and fill the information with yours.

---
name: <YOURNAME>
institution/company: <INSTITUTION_NAME>
github: <USERNAME>
---

STEP-3. Add some content to the CONTENT folder in the repository.

STEP-4. Wait for Pull Request to merge

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

'''
You are always advised to make more then 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.
'''

About

Repository for open-source contributions towards Hacktoberfest 2022

License:MIT License


Languages

Language:Jupyter Notebook 71.5%Language:HTML 13.5%Language:Python 8.5%Language:Java 3.5%Language:C++ 1.7%Language:CSS 1.3%