-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Cookbook version | ||
[Version of the cookbook where you are encountering the issue] | ||
|
||
### Chef-client version | ||
[Version of chef-client in your environment] | ||
|
||
### Platform Details | ||
[Operating system distribution and release version. Cloud provider if running in the cloud] | ||
|
||
### Scenario: | ||
[What you are trying to achieve and you can't?] | ||
|
||
### Steps to Reproduce: | ||
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?] | ||
|
||
### Expected Result: | ||
[What are you expecting to happen as the consequence of above reproduction steps?] | ||
|
||
### Actual Result: | ||
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Description | ||
|
||
[Describe what this change achieves] | ||
|
||
### Issues Resolved | ||
|
||
[List any existing issues this PR resolves] | ||
|
||
### Check List | ||
|
||
- [ ] All tests pass. See <https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD> | ||
- [ ] New functionality includes testing. | ||
- [ ] New functionality has been documented in the README if applicable |