diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md index 25885fe658..5ea1b16f5d 100644 --- a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md @@ -1,14 +1,14 @@ --- -name: 🤗 Resource Request -about: I have a suggestion for a new resource in Chef (and may want to implement it 🙂)! +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. + - [ ] New functionality includes testsAutomates an operating system component that ships by default on systems such as authentication, raid, disk partitions, firewalls, containers, or virtualization systems. + - [ ] New functionality includes testsDoes 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 --> |