Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (24 loc) · 706 Bytes

CONTRIBUTION.md

File metadata and controls

26 lines (24 loc) · 706 Bytes

Contribution Rules

  1. pull request must me opened from topic branch
  2. you should not change the existing code (if code is working fine, then don't touch it - by a legend)

Scope of contribution

  1. Adding more features
    • Testing and verifying setup.py before creation
    • Saving and editing project
    • Faster and Responsive UI
  2. Adding more templates
  3. Uploading feature
  4. Bug fixes

Quick guide to

after forking and cloning

  1. checking to new topic branch
$ git checkout -b <topic_branch>
  1. now modify/add features
  2. commint with a meaningful message
$ git add .
$ git commit -m "meaningful message"
  1. open a pull request from web console and wait for being reviewd