Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 481 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 481 Bytes

To start contributing, first you need to run in your own machine:

Setup

git clone [email protected]:elixirsc/git-pair.git
cd git-pair
mix deps.get
mix test

Build

To build escript we use Mix:

mix escript.build

This will generate a binary file under _build/git-pair.

Backlog

Then check Project Backlog and you're good to go! 🚀