.github/ISSUE_TEMPLATE.md
------
Reporting a problem? Please describe the issue above, and complete the following checklist so that we can help you more quickly.
#### Issue checklist:
- [ ] I have validated my config file against [YAML Validator](http://codebeautify.org/yaml-validator) to make sure it is valid YAML.
- [ ] I have run the `wraith info` command and pasted the output below:
```
paste results here
```
- [ ] I have run the command in verbose mode (by adding `verbose: true` to my config) and pasted the output below:
```
paste results here
```
- [ ] I have pasted the contents of my config file below:
```
paste config here
```