Skip to content
Yuki Ueda edited this page Mar 12, 2020 · 8 revisions

Contributing to vscode-r

  1. install npm and Node.js
  2. install Visual Studio Code
git clone https://github.com/Ikuyadeu/vscode-R.git
cd vscode-R
npm install
code .

Test

  • Press F5 if you open this project by VS Code

Pull Request

  • Fork it(via GitHub) in your account
  • Add your project URL
git remote add mine https://github.com/yourname/vscode-R.git
  • Create your feature branch
git checkout -b my-new-feature
  • Commit your changes
git commit -am 'Add some feature'
  • Push to the branch
git push mine my-new-feature
  • Create new Pull Request(via GitHub)
Clone this wiki locally