Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.86 KB

Contributing.md

File metadata and controls

30 lines (19 loc) · 1.86 KB

The idea of having this project as an open source is to enhance it further with some creative and usable functionalities. The README.md file provides a consolidated plan of what all the scope of the project is and what additional functionalities are planned to be deployed in the near future.

Project Contribution Guide

Please make sure that you follow the conditions of the contract CODE_OF_CONDUCT. before you start.

This document is a quick guide through for you guys with all the steps from new Issue creation, forking the repo, creating, reviewing and merging the Pull Requests.

Steps Involved

Issue Check

  • The first step would be to see if there are any issue does exist towards which a contribution can be made.

New Issue

  • If some bugs are found and needs to be fixed, please create a new issue by clicking on the New issue option.

Forking Repo

  • Now, go ahead and fork the repo onto your local machine to start making your changes.

Pull Requests

  • When done with making your changes, open a pull request by clicking on the New pull request option.

Pull Request Review

  • Once after submitting a pull request, we will be reviewing it and get back to you on any questions regarding the changes made.

  • Check the git tutorial on resolving any merge conflicts encountered.

Pull Request Merged

  • 🎉 Thank you for your contribution !!!
  • You will be added as a contributor to the contributors list.