Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 490 Bytes

File metadata and controls

11 lines (6 loc) · 490 Bytes

Contributing to neuron

Contributions are highly appreciated. Please note the following guidelines:

Autoformatting

I autoformat every Haskell source using ormolu. Before opening a PR you are encouraged to do the same. However if you have trouble installing ormolu for whatever reason, don't let that prevent you from contributing.

Test your build

Run nix-build with your changes to make sure that everything compiles, and the tests succeed.