summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-02 21:18:14 -0800
committerTim Smith <tsmith@chef.io>2018-12-02 21:18:14 -0800
commitd5751edf1a9238b20a20d63d54b507591f7831f9 (patch)
treee75eaa66412cfb0a81524d37ba1a647cf9e593ab /.github
parent3f2897db77211a946c71251e37661677da45b51a (diff)
downloadmixlib-shellout-d5751edf1a9238b20a20d63d54b507591f7831f9.tar.gz
Wire up Expeditor
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..f229e13
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
+# Version:
+
+[Version of the project installed]
+
+# Environment: [Details about the environment such as the Operating System, cookbook details, etc...]
+
+# Scenario:
+
+[What you are trying to achieve and you can't?]
+
+# Steps to Reproduce:
+
+[If you are filing an issue what are the things we need to do in order to repro your problem?]
+
+# Expected Result:
+
+[What are you expecting to happen as the consequence of above reproduction steps?]
+
+# Actual Result:
+
+[What actually happens after the reproduction steps?]