From aa9b7b6572ce748fb1b3ee9b88006483dbfd5c65 Mon Sep 17 00:00:00 2001 From: Chris Ashton Date: Sat, 10 Dec 2016 11:54:46 +0000 Subject: [PATCH] added `wraith info` instruction to new issues --- .github/ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4945c1d8..d4619dae 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,6 +8,12 @@ Reporting a problem? Please describe the issue above, and complete the following - [ ] 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: ```