From 683141d14aef68d5ed0c1a8809b6417c302678b2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 7 Feb 2018 08:44:19 -0500 Subject: [PATCH] Issues: /Updated template for feature requests --- .github/issue_template.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index ff212fa2a..995d151aa 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,9 +1,11 @@ -### To Report a bug... +#### To report a bug... -#### Paste the output of the ```task diag``` command +* What command(s) did you run? +* What did you expect to happen? +* What actually happened? +* Paste the output of the ```task diag``` command. -#### What command(s) did you run? +#### To request a feature... -#### What did you expect to happen? - -#### What actually happened? +* Clearly describe the feature. +* Clearly state the use case. We are only interested in use cases, do not waste time with implementation details or suggested syntax.