Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 611 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 611 Bytes

Contributing

Contributions to ExAws.Dynamo are always welcome! For contributions to this particular service, feel free to just open a PR or an issue. For larger scale contributions see: https://github.com/ex-aws/ex_aws/blob/master/CONTRIBUTING.md

Before submitting any PR, please make sure that the code is adequately tested, formatted, and checked for other issues... in other words, please run

# a convenient alias for runnin `mix format`, `mix credo --strict`, and `mix dialyzer`
mix code_quality

and

mix test

and respond to any issues that are raised accordingly.