summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-02 16:26:55 -0700
committerTim Smith <tsmith@chef.io>2018-11-02 16:26:55 -0700
commiteec17b93bbc3400ae0dc82733bd0efa12bddfc69 (patch)
treebe3616bfefa0b2191320040de1c23443b95b7669
parentc1160d48d3cf1c0b832956e6561515111fbaafb3 (diff)
downloadchef-eec17b93bbc3400ae0dc82733bd0efa12bddfc69.tar.gz
Minor issue template improvements
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md8
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 -->