Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 608 Bytes

Contributing

Formatting

Please use elm-format release 0.7.0-exp to format .elm files.

npm install -g elm-format@exp

See Editor Integration to run elm-format automatically whenever you save a file.

Testing

Please ensure that the tests succeed before you create a pull request.

# Do once
npm install -g [email protected] [email protected]

# Do before every pull request
cd .../elm-aws-core
elm-make --docs=docs.json && elm-doc-test && elm-test