Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 359 Bytes

Contributing

Development setup

  1. Clone this git repository, ensure .envrc runs with no errors.
  2. Add as a local dependency to your project
    # requirements.txt
    http_request_recorder @ file:///path/to/local/http-request-recorder
  3. Happy hacking
  4. Update version in setup.py, depending on how breaking your changes were.