Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.43 KB

Welcome, Contributors! 😃

  • Please check the issues tab for things to work on.
  • Please raise an issue for adding a new feature or for a reporting bug, if it has not already been raised.

Tech Stack

  • HTML
  • CSS (vanilla)

Local Setup

  • Fork this repo. (Top right corner.)

  • Clone the forked repo using the git clone command.

  • cd into the cloned repo directory.

  • Make contribution(s)

    • Write meaningful commit messages and include the number (#) of the issue being resolved (if any) at the end of the commit message.

      Example: :bug: fix: Resolve 'isCorrect' function error (#0)

  • Open a Pull Request (PR).

    • Learn how to open a PR.
    • Solve one issue per PR, without any extra changes.
    • Include extra changes in a separate PR.

Further Help

If any further help is needed, do not hesitate to contact the organiser (Harsh Kapadia) via OTC's Telegram, Twitter @harshgkapadia, LinkedIn or e-mail (harshgkapadia@gmail.com). An issue can be raised as well.