Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 893 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 893 Bytes

Contributing to Lyra

Code of Conduct

Review our Code of Conduct.

How to ask a question

Browse for existing issues. Otherwise, open a "new issue" in this repo.

How to report a bug

Open a "Bug report" issue in this repo.

How to suggest a new feature

Open a "Feature request" issue in this repo.

Development Environment

Requirements

  • Golang 1.11

Building & running

You can build a native binary and default plugins by simply invoking make.

make

The resulting lyra binaries will be placed in the build directory.

Submitting Changes

Fork the repo, make changes, file a Pull Request.