Skip to content

Commit

Permalink
Merge pull request #90 from yahoo/improve_bug_report_doc
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
dwighthubbard committed Dec 1, 2015
2 parents c47ae05 + b8fe499 commit b27a7f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ A good bug report shouldn't leave others needing to chase you up for more inform
Try and include the following information:

* What is your environment?
* If the redislite package is installed, run "python -m redislite.debug" and paste the output into the issue.
* What steps will reproduce the issue?
* What were you expecting to happen?
* If the redislite python module installed, include the output of the debug module, which can be obtained by running:


python -m redislite.debug

# Contributing to RedisLite

See the [Contributing Section of the documentation](http://redislite.readthedocs.org/en/latest/topic/contributing.html) for details of how to contribute to Redislite.

0 comments on commit b27a7f9

Please sign in to comment.