mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
11 lines
416 B
Markdown
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.
|