Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 585 Bytes

Contributing to elm-explorations/linear-algebra

This repository is kept for maintenance and does not accept most feature requests. In particular, this requires that all changes be PATCH-level, meaning that the API cannot be modified.

Any contribution should:

  • Compile using elm make
  • Be recognized as a PATCH change using elm package diff
  • Not introduce mutable variables
  • Justify why the change is needed and why it won't break anything already here

Documentation improvements are welcome.