minkphp/MinkGoutteDriver

Write step-by-step "Contributor Getting Started" guide

aik099 opened this issue · 2 comments

Drivers have very basic instructions on how to get use them, but no instructions how to contribute into them. Need to add section on CONTRIBUTING.md with details about:

  • how to install (e.g. download from there, use Composer here, use npm here)
  • how to add tests
  • how to run tests

See minkphp/Mink#677 (comment)

There wasn't an existing CONTRIBUTING.md and I don't feel informed enough to write one, but I needed to know how to run the tests for this driver today so I documented it in #83. It can always be moved to CONTRIBUTING later 😄

stof commented

Closing this as the driver is now deprecated.