Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 756 Bytes

KathFoss OpenSource Workshop

Open Source Guides (https://opensource.guide/) are a collection of resources for individuals, communities, and companies who want to learn how to run and contribute to an open source project.

Contributing Guide

  1. Clone the repo

  2. Go through the issue and please drop the comment on issue after you start working on it

  3. Branch name should be the issue number

  4. Creating your PR:

    • PR description must contain problem described in the issue
    • PR description must contain Test Plan
    • If the PR is in progress then please add the label 'code/in porgress'. If it is in ready for review state then please add the label 'code/ready for review'
  5. Please comment down on the issue if you have any blockers.