Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.68 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.68 KB

PLAYGROUND

A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles.

Purpose of this repository

Many new developers and sometimes even experienced ones have trouble contributing to OpenSource, sometimes due to lack of knowledge of the principles and workflow of OpenSource and sometimes due to fear of failure. This repo targets to be as an initial step for starting OpenSource contribution.

Steps to contribute to this repository

The steps to contribute to this repository is same as how you would contribute to many OpenSource projects.

  1. First go through the CONTRIBUTING.md file in this repository. The file contains instructions on how to contribute to this project. Many OpenSource projects will have the same. Make sure that you properly understand the contents of the file because otherwise your contribution might not be accepted.
  2. Fork this repository. More info here.
  3. Create a branch on the forked repository.
  4. Make your changes as per the guide in the CONTRIBUTING.md file.
  5. Add, commit and push your changes to your branch. Make sure that the commit is as per the guide.
  6. Create a pull request from your branch in your forked repo to a target branch in the main repo. Detailed guide here.
  7. Wait for your Pull Request to be reviewed by other contributors. If your Pull Requests has change request comments then, work on solving them and push the changes again.