1 Contributing to Unison
Chris Penner edited this page 2024-06-03 09:57:07 -07:00

Style Guide

Welcome! So you want to contribute to Unison, that's fantastic and we're glad to have you!

Here's a list of things you can do to help your contribution go a little smoother:

  • Format all your code with the correct version of ormolu. Search for ormolu_version in our CI workflow to see the current version.
  • Name new functions and types using descriptive names. The wider the scope of thing being named, the more important it is that the name be descriptive.