Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 555 Bytes

File metadata and controls

23 lines (16 loc) · 555 Bytes

Contributing to ORC

Issues and pull requests are welcome.

Setup

git clone https://github.com/Lumi-node/ORC.git
cd ORC
# see the README for the toolchain

Pull requests

  • Keep the change focused; one concern per PR.
  • Add a test if you are fixing a bug — a test that fails before your change and passes after is the fastest way to get it merged.
  • Run whatever the CI workflow runs before pushing.

Reporting a bug

Include what you ran, what you expected, and what happened. A reproduction is worth more than a description.