Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 558 Bytes

File metadata and controls

23 lines (16 loc) · 558 Bytes

Contributing to ARMS

Issues and pull requests are welcome.

Setup

git clone https://github.com/Lumi-node/ARMS.git
cd ARMS
# 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.