Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjohnpage authored Feb 26, 2024
1 parent e73acf9 commit d9c5b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Development Setup

1. Make sure you have Elixir 1.7+ installed
1. Make sure you have Elixir 1.15+ installed
1. Clone the repo
1. Run `mix do deps.get, compile`
1. Run `mix test` or `bin/coverage_dev` to run tests
1. Run `mix deps.get`
1. Run `mix test`


## Submitting Changes
Expand All @@ -15,4 +15,4 @@
1. Make sure all the tests are still passing.
1. Implement your feature, change, or fix. Make sure to write tests, update and/or add documentation.
1. Push your topic branch up to your fork.
1. Open a Pull Request with a clear title and description.
1. Open a Pull Request with a clear title and description.

0 comments on commit d9c5b42

Please sign in to comment.