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
8 lines
248 B
Markdown
8 lines
248 B
Markdown
# Contributing to TypeID Elixir
|
|
|
|
## Setup your environment
|
|
|
|
1. Install required toolchain using [asdf](https://asdf-vm.com/)
|
|
2. Add your code changes
|
|
3. Verify tests pass: `mix test`
|
|
4. Format or verify the formatting of your changes: `mix format`
|