Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 340 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 340 Bytes

Development setup

Requirements

Setup

At the root of this repository:

  • Run make setup

Common tasks

  • Source code formatting: make format
  • Run all tests: make test