Add issues and PR templates

This commit is contained in:
Tim Smith
2016-04-18 15:05:21 -07:00
parent 4af61395ea
commit 3edd43f741
2 changed files with 34 additions and 0 deletions

20
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -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.]