Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 666 Bytes

File metadata and controls

11 lines (6 loc) · 666 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.

Tests

At the moment, adding unit tests before working on any significant features is the priority. This is something to keep in mind if you are planning on opening a feature PR soon. I'll remove this section as soon as unit tests are in place.