solorice/vscode/extensions/bceskavich.theme-dracula-at-night-2.6.0/.github/CONTRIBUTING.md
2022-04-28 20:54:44 +03:00

11 lines
416 B
Markdown

## 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.