Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 722 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.

Building Documentation

The documentation sources are located at docs/.

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