mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 09:52:53 -05:00
bcd9b2fee3
* add code of conduct * add contributing document
248 B
248 B
Contributing to TypeID Elixir
Setup your environment
- Install required toolchain using asdf
- Add your code changes
- Verify tests pass:
mix test
- Format or verify the formatting of your changes:
mix format