summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-02 16:21:47 -0700
committerGitHub <noreply@github.com>2018-11-02 16:21:47 -0700
commit1614284356724e7001b497f31e59c848dfb9996b (patch)
tree81acfcf75d01844a5646835a9fb584027c5962cf
parentf1003bacfccf90c78d2c4bce137fc0564413c56f (diff)
parent93e0a9ca574c2b4d57ca718da882ea90cab48a90 (diff)
downloadchef-1614284356724e7001b497f31e59c848dfb9996b.tar.gz
Merge pull request #7859 from chef/github_issues
Add additional github issue templates
-rw-r--r--.github/CODEOWNERS9
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md (renamed from .github/ISSUE_TEMPLATE.md)8
-rw-r--r--.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md17
-rw-r--r--.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md26
-rw-r--r--.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md13
5 files changed, 68 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b4eac50d28..8029e13382 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,6 +1,7 @@
# Order is important. The last matching pattern has the most precedence.
-* @chef/client-maintainers
-.expeditor/** @chef/jex-team
-README.md @chef/docs-team
-RELEASE_NOTES.md @chef/docs-team
+* @chef/client-maintainers
+.expeditor/** @chef/jex-team
+README.md @chef/docs-team
+RELEASE_NOTES.md @chef/docs-team
+.github/ISSUE_TEMPLATE/** @chef/docs-team
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
index c6f0984993..7d9433c10f 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
@@ -1,4 +1,10 @@
-<!---
+---
+name: 🐛 Bug Report
+about: If something isn't working as expected 🤔.
+
+---
+
+<!---
!!!!!! NOTE: CHEF CLIENT BUGS ONLY !!!!!!
This issue tracker is for the code contained within this repo -- `chef-client`, base `knife` functionality (not
diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..0e06843554
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+---
+name: 🚀 Enhancement Request
+about: I have a suggestion (and may want to implement it 🙂)!
+
+---
+
+### Describe the Enhancement:
+<!--- What you are trying to achieve that you can't? -->
+
+### Describe the Need:
+<!--- What kind of user do you believe would utilize this enhancement, and how many users might want this functionality -->
+
+### Current Alternative
+<!--- Is there a current alternative that you can utilize to workaround the lack of this enhancement -->
+
+### Can We Help You Implement This?:
+<!--- The best way to ensure your enhancement is built is to help implement the enhancement yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
diff --git a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md
new file mode 100644
index 0000000000..25885fe658
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md
@@ -0,0 +1,26 @@
+---
+name: 🤗 Resource Request
+about: I have a suggestion for a new resource in Chef (and may want to implement it 🙂)!
+
+---
+
+### Core Chef Resource Checklist
+
+Before suggesting a resource for inclusion please make sure your suggestion meets these criteria for resources built into Chef:
+ [ ] Automates an operating system component that ships by default on systems such as authentication, raid, disk partitions, firewalls, containers, or virtualization systems.
+ [ ] Does not attempt automate 3rd party applications such as database, web, or application servers, which are best suited for cookbooks due to their fast moving nature.
+
+### Describe the resource:
+<!--- Tell us about the resource -->
+
+### Why should this be included out of the box?:
+<!--- Why do you believe this is best suited to be included in the chef-client vs. a cookbook? -->
+
+### What operating systems would it run on?
+<!--- Is this a general purpose resource that would run on every operating systems or is it specific to an OS such as Linux, macOS, or Windows? -->
+
+### Current cookbook implementation:
+<!--- Is there currently a cookbook that ships with this resource? If so please let us know. We'll need full permission from the authors and a compatible license in order to move a resource from a cookbook. -->
+
+### Can We Help You Implement This?:
+<!--- The best way to move a resource into Chef is to help move it yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
new file mode 100644
index 0000000000..f506318876
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
@@ -0,0 +1,13 @@
+---
+name: 🤗 Support Question
+about: If you have a question 💬, please check out our Slack!
+
+---
+
+We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.
+
+ * Chef Community Slack at http://community-slack.chef.io/.
+ * Chef Mailing List https://discourse.chef.io/
+
+
+ Support issues opened here will be closed and redirected to Slack or Discourse.