Skip to content

Commit

Permalink
Add notes about debugging logs to contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Jun 9, 2013
1 parent 9b947d0 commit 2c80607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The following guidelines for contribution should be followed if you want to subm
* Submit an [issue ticket](https://github.com/mitchellh/vagrant/issues) for your issue if the is no one yet.
* Describe the issue and include steps to reproduce when it's a bug.
* Ensure to mention the earliest version that you know is affected.
* If you plan on submitting a bug report, please submit debug-level logs along
with the report using [gist](https://gist.github.com/) or some other paste
service by prepending `VAGRANT_LOG=debug` to your `vagrant` commands.
* Fork the repository on GitHub

## Make Changes
Expand Down

0 comments on commit 2c80607

Please sign in to comment.