Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 682 Bytes

Contributing to elm-explorations/webgl

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
  • JavaScript code should be validated using eslint src
  • Elm code should be formatted with elm-format

Documentation improvements are welcome.