diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b8aec0a --- /dev/null +++ b/CONTRIBUTING.md @@ -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`