Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 628 Bytes

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)