solorice/vscodium/extensions/bceskavich.theme-dracula-at-night-2.7.1/.github/CONTRIBUTING.md
2022-04-28 21:17:01 +03:00

416 B

How to contribute

  1. Fork and clone this repo. git clone https://github.com/<YOUR-USERNAME>/visual-studio-code
  2. Create a branch for your changes. git checkout -b my-new-feature
  3. Install dependencies. yarn install
  4. Hack away.
  5. Build and attach your changes to VSCode. yarn run dev
  6. Eject your changes from VSCode. yarn run eject
  7. Commit and push your changes.
  8. Submit a PR for discussion.