Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 941 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 941 Bytes

Guard::LiveReload is a volunteer effort, so the easier it is to reproduce your problem, the faster it may get solved.

Please try to provide enough info to reproduce a problem, including:

  1. Running bundle exec guard -d to show full debugging output.

  2. Any console output your browser shows.

  3. Mentioning what you're doing and how (local/remote livereload, which browser, which OS, which extension, with Rack, Rails, Jekyll or whatever, etc.).

  4. Ideally, providing a small repository with your setup so we can reproduce the issue ourselves.

  5. Going through our Troubleshooting guide to see if there's a quick fix for your problem already.

  6. It's better to create a new issue (with full info above) than to add to an existing issue (unless you're absolutely sure it's exactly the same issue). It's better to link issues to each other instead.

That's it!