summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 10:13:23 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 10:13:23 -0700
commit20cfeabcdce630f2cdf5f06903e5733f3a9c55c0 (patch)
treef8dcfe414eb8ee434ec2fb4bdd48b51f048c4bf3 /.github
parentf199dd899561ddb8d72efedb80ca1aaec040183b (diff)
downloadmixlib-cli-20cfeabcdce630f2cdf5f06903e5733f3a9c55c0.tar.gz
Add github issue template
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/ISSUE_TEMPLATE.md21
2 files changed, 23 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 59c6d93..4ea576b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1,3 @@
+# Order is important. The last matching pattern has the most precedence.
+
* @chef/client-maintainers
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?]