diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-02 16:43:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-11-02 16:43:51 -0700 |
commit | bab2c55cd1566c28981d3ffd89326215f15c5fb4 (patch) | |
tree | 3a456a099c97fd7f73e55ef35d0c0d67e80692d8 | |
parent | eec17b93bbc3400ae0dc82733bd0efa12bddfc69 (diff) | |
download | chef-bab2c55cd1566c28981d3ffd89326215f15c5fb4.tar.gz |
Minor update to the github template
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md index 5ea1b16f5d..c94713f0e4 100644 --- a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md @@ -7,8 +7,8 @@ about: I have a suggestion for a new resource in Chef (and may want to implement ### Core Chef Resource Checklist Before suggesting a resource for inclusion please make sure your suggestion meets these criteria for resources built into Chef: - - [ ] 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. + - [ ] 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 --> |