Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 638 Bytes

Contribution Guideline

Finding Issues to Work on

If you are interested in contributing to ObserveRTC and are looking for issues to work on, take a look at the issues
tagged with help wanted.

Running Tests

To run the tests use yarn test.

Working on the code base

The source is written in typescript.

Creating a pull request

Once you are ready with your changes:

  • Commit your changes in your local branch
  • Push your changes to your remote branch on GitHub
  • Send us a pull request