Add notes about debugging logs to contributing guidelines

This commit is contained in:
Fabio Rehm 2013-06-09 20:41:26 -03:00
parent 9b947d0c4a
commit 2c806079c9
1 changed files with 3 additions and 0 deletions

View File

@ -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