Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.33 KB

Contribuiton Guidelines

Thanks for taking the time to contribute! The following is a broad set of guidelines that should be ideally followed while working on this repository.

How can I contribute?

  • Submit bug reports and feature requests by opening issues.
  • Improve existing code and fix issues.
  • Improve documentation.

Guidelines

  • Each participant will be assigned 2 issues (max) at a time to work.
  • Participants should ideally complete issues withinin 7 days.
  • Participants have to comment on issues they would like to work on, and mentors will assign you.
  • Issues will be assigned on a first-come, first-serve basis.
  • Before opening a new issue, please check if it is already created.
  • Share your work sample and discuss it before sending PR.
  • Pull requests will be merged after being reviewed by a mentor/maintainer.
  • Create a pull request from a feature branch not from Master.
  • It may take a day or two to review your pull request. Please be patient.
  • We all are here to learn. You are allowed to make mistakes. That's how you learn, right?

Pull Requests review criteria

  • Please mention parent issue no. with "#" in the description while sending a pull request.
  • Your work must be original, written by you not copied from other resources.
  • You must comment on your code where necessary.