summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 12:01:13 -0700
committerGitHub <noreply@github.com>2019-04-23 12:01:13 -0700
commit586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d (patch)
tree72f18c2952fd6c445636aa18907e8f5c2628619e /.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
parente78381fd5c2a9d723b63a24ca97aa21dafe18f8f (diff)
parent81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd (diff)
downloadmixlib-authentication-586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d.tar.gz
Merge pull request #46 from chef/ruby24
Add back Ruby 2.4 support / update testing
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?]