diff options
author | Tim Smith <tsmith@chef.io> | 2018-12-06 13:41:17 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-12-06 13:41:17 -0800 |
commit | 828da1e98631d8d0726cad913dd0ba9ac233dcb7 (patch) | |
tree | 1bbd0e5476653723a6dcea6ae3be05bac0eccd11 /.github | |
parent | b8e9df94ae1cb1f1eb92a29bde92ad4184989e7d (diff) | |
download | mixlib-log-828da1e98631d8d0726cad913dd0ba9ac233dcb7.tar.gz |
Add github templates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 21 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 14 |
2 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f229e13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +# Version: + +[Version of the project installed] + +# Environment: [Details about the environment such as the Operating System, cookbook details, etc...] + +# 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?] + +# Expected Result: + +[What are you expecting to happen as the consequence of above reproduction steps?] + +# Actual Result: + +[What actually happens after the reproduction steps?] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..441965f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +### Description + +[Please describe what this change achieves] + +### Issues Resolved + +[List any existing issues this PR resolves, or any Discourse or +StackOverflow discussion that's relevant] + +### Check List + +- [ ] New functionality includes tests +- [ ] All tests pass +- [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco> |