summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-29 18:08:45 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-29 18:08:45 -0800
commit30dc4f1b2b7f93c866b29d54e8b701031f1fa824 (patch)
tree39213a71e48aaa14aa43931b829fd08741d30eb1 /.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
parentdad360173bb575c17daa531021e80064f6fefded (diff)
downloadchef-zero-30dc4f1b2b7f93c866b29d54e8b701031f1fa824.tar.gz
Add Github templates and remove old travis tests
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
new file mode 100644
index 0000000..87ac9b4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
@@ -0,0 +1,29 @@
+---
+name: � Bug Report
+about: If something isn't working as expected �.
+labels: "Status: Untriaged, Type: Bug"
+---
+
+# 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?]