mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-05-16 10:32:52 -04:00
add contributing document
This commit is contained in:
parent
18b17b9237
commit
0b090fd1fd
1 changed files with 8 additions and 0 deletions
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal 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`
|
Loading…
Reference in a new issue