Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (10 loc) · 551 Bytes

CODEy - online code editor and compiler

This is a full stack app created using html, css and javascript which allow you to write and compile code easily

Contibution Guide

  1. First fork the repo to your account
  2. Clone this to your local codebase by git clone [repository link]
  3. Make changes in your local and create new branch by git checkout -b [branch_name]
  4. Commit in this branch and push to branch by running
    git commit -m [branch_name]
    git push origin [branch_name]
  5. Make a pull request with a message which changes done