Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 1.33 KB

🌱 Contributing to hacktoberfest 2023

banner

Welcome to hacktoberfest 2023 Public Repository. 👨🏻‍💻

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.com


How to Contribute to this repository

  • Fork the project to your github account.
  • Setup the project locally and try to solve issues mentioned in the issues section.
  • You can add your api in the /api folder.
  • Your api should be in the following format:
---
name: <Name of API>
categories:
  - <Category 1>
  - <Category 2>
  - <Category 3>
url: <URL of the API>
description: <A short description of API>
free: <true if API is free else false>
imageUrl: <URL of the image to be displayed> (O)
---
  • Raise your PR and wait for it to get merged.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure to put comments in your code wherever necessary.
  • While raising the PR, show the before and after of the changes in the Webapp.