typeid-elixir/CONTRIBUTING.md
Sloane bcd9b2fee3
Add Code of Conduct and Contributing documentation (#11)
* add code of conduct

* add contributing document
2023-07-06 15:59:55 -04:00

248 B

Contributing to TypeID Elixir

Setup your environment

  1. Install required toolchain using asdf
  2. Add your code changes
  3. Verify tests pass: mix test
  4. Format or verify the formatting of your changes: mix format