Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 319 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 319 Bytes

How to contribute

  1. Fork and clone this repo. git clone https://github.com/rwietter/illusion-vscode-theme.git
  2. Create a branch for your changes. git checkout -b my-new-feature
  3. Install dependencies. yarn install
  4. implement your proposal.
  5. Commit and push your changes.
  6. Submit a PR for discussion.