Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 915 Bytes

Contributing to g_faraday

1. Things you will need

2. Forking & cloning the repository

  • Ensure all the dependencies described in the previous section are installed.
  • Fork https://github.com/gfaraday/g_faraday into your own GitHub account. If you already have a fork, and are now installing a development environment on a new machine, make sure you've updated your fork so that you don't use stale configuration options from long ago.
  • git clone [email protected]:<your_name_here>/g_faraday.git
  • git remote add upstream [email protected]:g_faraday/g_faraday.git (So that you fetch from the master repository, not your clone, when running git fetch et al.)

TODO