add contributing document

This commit is contained in:
Sloane Perrault 2023-07-06 15:57:30 -04:00
parent 18b17b9237
commit 0b090fd1fd
No known key found for this signature in database

8
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,8 @@
# 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`