Skip to content

Commit 490e15c

Browse files
committed
Add GitHub templates
1 parent b4bc3cc commit 490e15c

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Cookbook Version
2+
[Version of the cookbook where you are encountering the issue]
3+
4+
### Chef Client Version
5+
[Version of chef-client in your environment]
6+
7+
### Platform Details
8+
[Operating system distribution and release version. Cloud provider if running in the cloud]
9+
10+
### Scenario
11+
[What you are trying to achieve and you can't?]
12+
13+
### Steps to Reproduce
14+
[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?]
15+
16+
### Expected Result
17+
[What are you expecting to happen as the consequence of above reproduction steps?]
18+
19+
### Actual Result
20+
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Description
2+
3+
[Describe what this change achieves]
4+
5+
### Issues Resolved
6+
7+
[List any existing issues this PR resolves]
8+
9+
### Contribution Check List
10+
11+
- [ ] All tests pass.
12+
- [ ] New functionality includes testing.
13+
- [ ] New functionality has been documented in the README and metadata if applicable.
14+
15+
See [CONTRIBUTING.md](https://github.com/zuazo/ssl_certificate-cookbook/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)