Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 877 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 877 Bytes

Contributing to_r

Fork

  1. Fork the babylon-runtime directory to your github account

  2. Create a local repository

    git clone https://github.com/YOUR-USERNAME/_r

  3. Keep the local version up to date

    cd _r

    git remote add upstream https://github.com/babylon-runtime/_r.git

  4. Install dependencies

    npm install

  5. Check if everything is ok

    npm run test

Dev

Before you can start dev. you should launch

tsc --watch

(Or enable recompile on change in your IDE)

Then dev in localDev/ or in /test folder.

Pull-Request

see https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request