Skip to content

Commit

Permalink
Merge pull request #152 from guard/add_contributing_guide
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md [ci skip]
  • Loading branch information
jibiel committed Oct 27, 2015
2 parents 4a6c91a + 2eddb01 commit 3d4fe39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
`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.).

3. Ideally, providing a small repository, so we can reproduce the issue ourselves.

4. Going through our [Troubleshooting](https://github.com/guard/guard-livereload/wiki/Troubleshooting) guide to see if there's a quick fix for your problem already.

5. 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!

0 comments on commit 3d4fe39

Please sign in to comment.