Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 391 Bytes

Contributing

Building

make build

Testing

sudo apt-get install libcmocka-dev
make test

Adding new features

If you wish to add a new feature (this does not apply to bug fixes of existing issues etc.):

  • Submit a new issue
  • Wait until the feature idea is approved
  • Start working on the feature etc.