Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

44 lines (31 loc) · 1.66 KB

How to Contribute

Minimal Kiwi Cover by Pranjal Kumar (@pranjal-barnwal)

Open for contributions. Learn more about creating extensions.

Pull Requests Welcome first-timers-only Friendly

  1. Fork & Clone the repo

    git clone git@github.com:{YOUR_GITHUB_USERNAME}/minimal-kiwi.git
  2. Move to the minimal-kiwi directory

    cd minimal-kiwi
  3. Make the required changes in color-schema & other properties in: ./themes/Minimal Kiwi-color-theme.json. Also update the version in ./package.json.

  4. For packaging we're using vsce package and Yeoman & generator-code for management. So install the required dependencies.

    npm install -g vsce yo generator-code
  5. Then package the changes, to be pushed into Marketplace

    vsce package

    This should generate a minimal-kiwi-{VERSION}.vslx file. If not then resolve the errors being caused.

  6. Commit & push the updated changes. Then make a PR to this repo.

Contributors