umangahuja1 / Hacktoberfest-Startup-Guide

A beginner friendly repo to explore hacktoberfest and open source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest-Startup

Open Source Love GitHub forks GitHub issues GitHub pull requests GitHub contributors GitHub

This is a startup repository for beginners to get familiar with git, Github and open source contributions.

If you enjoyed contributing here, please 🌟 the repo.

Contribution Guide

Refer to the template provided here

Create your first pull request 😎

  1. Fork this repository

  2. Clone the forked repository from your account

  3. Add your JSON file to the respective folder.

  4. Commit your changes with an appropriate message.

  5. Create a pull request

Example file

path: C/Cool.json (first letter needs to be capitalized)

{
    "word": "Cool",
    "synonyms": [
        "cold",
        "frosty",
        "chilly"
    ],
    "antonyms": [
        "hot",
        "uncool"
    ]
}

About

A beginner friendly repo to explore hacktoberfest and open source

License:MIT License