Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.26 KB

How to contribute

  • Fork the repo

Follow the steps below to setup Open Code Era in your local system.

Clone Repo or Download Files

To begin, your first step is to clone the GitHub repository at OpenCodeEra/OpenCodeEra or alternatively, you have the option to download the files.

If you don't know how to clone or where to download the code the watch this video.

Or you can run this code in your PC/Laptop terminal

git clone https://github.com/OpenCodeEra/OpenCodeEra.git

Finding a issue

  • look for a issue to solve ( you can also submit a feature request or bug using issue section and then solve it )
  • open a PR (Pull Request)

Tips to find your first issue to solve

Tasks of a maintainer

  • Opening well explained issues with appropriate tags
  • Reviewing PR's and making sure you don't push any breaking changes into the main branch.