Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 602 Bytes

Contributing to orbit

Finding a task

Before contributing to this project, please ensure that an open issue first exists outlining that issue you plan to resolve.

Running the project

To run the project, please first download the required tools.

  • nodeJS >= v11
  • golang 1.14

Building the project

After golang is installed on your machine, you can build with go run build

Running tests

You can run the tests with make test

Committing code

This project uses the golang project standard for commit messages, you find it here.