summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 11:48:20 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 11:48:20 -0700
commit6345a1368e1de4b44fa26c40df7615d28894a9e4 (patch)
tree19fec1f9928d010e1346b59982b743540c083e52 /.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
parent7ad076b72d383f476f554dfc4821f5b9c02467aa (diff)
downloadmixlib-log-6345a1368e1de4b44fa26c40df7615d28894a9e4.tar.gz
Expand testing / Update GitHub templates
Add a contributing.md file Update codeowners for the new teams Add new github templates Test on all the ruby versions in appveyor Add issue locking Fix expeditor for the new issue labels 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..f28915b
--- /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"
+---
+
+# 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?]