summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-05-20 11:44:02 -0700
committerTim Smith <tsmith@chef.io>2016-05-20 11:44:02 -0700
commitdb26e5fa02c0824d37f010556bfd108379d05b26 (patch)
tree78d5eb139928ca0ebc855bb73894636d5402595f /.github
parent0e52b49d30849472a9ad829eaee488536ee540cb (diff)
downloadchef-db26e5fa02c0824d37f010556bfd108379d05b26.tar.gz
Update contributing doc to better reflect reality
Point to the new mailing list Remove the issue template since that's handled automatically now Remove office hours since we're not doing that anymore https a few more URLs
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..562e43e797
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,35 @@
+## Description
+
+Briefly describe the issue
+
+## Chef Version
+
+Tell us which version of chef-client you are using (see below for Server+ChefDK bugs).
+
+## Platform Version
+
+Tell us which Operating System distribution and version chef-client is running on.
+
+## Replication Case
+
+Tell us what steps to take to replicate your problem. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
+for information on how to create a good replication case.
+
+## Client Output
+
+The relevant output of the chef-client run or a link to a gist of the entire run, if there is one.
+
+The debug output (chef-client -l debug) may be useful, but please link to a gist, or truncate it.
+
+## Stacktrace
+
+Please include the stacktrace.out output or link to a gist of it, if there is one.
+
+### NOTE: CHEF CLIENT BUGS ONLY
+
+This issue tracker is for the code contained within this repo -- `chef-client`, base `knife` functionality (not
+plugins), `chef-apply`, `chef-solo`, `chef-client -z`, etc.
+
+* [Server issues](https://github.com/chef/chef-server/issues/new)
+* [ChefDK issues](https://github.com/chef/chef-dk/issues/new)
+* Cookbook Issues (see the https://github.com/chef-cookbooks repos or search [Supermarket](https://supermarket.chef.io) or GitHub/Google)