Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 651 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 651 Bytes

Contributing to elm-community/webgl

This repository is kept for maintenance and does not accept most feature requests. In particular, #6 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.