diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-24 21:18:04 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-24 21:18:04 -0700 |
commit | b0d63cf912b20614dcd9551a5f9d7dbb3504acf7 (patch) | |
tree | fcad88f1eeaf487b9498d50120c0d52053f7d26b /.github | |
parent | b1a1eb53224ab25d3fa88e39decb539935ee780e (diff) | |
download | chef-b0d63cf912b20614dcd9551a5f9d7dbb3504acf7.tar.gz |
Use our org default pull request templateexpeditor_update
This comes from the org now and it's better there.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ac0fc52309..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -### Description - -[Please describe what this change achieves] - -### Issues Resolved - -[List any existing issues this PR resolves, or any Discourse or -StackOverflow discussions that are relevant] - -### Check List - -- [ ] New functionality includes tests -- [ ] All tests pass -- [ ] RELEASE\_NOTES.md has been updated if required (not required for bugfixes, required for API changes) -- [ ] 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> -- [ ] PR title is a worthy inclusion in the CHANGELOG
\ No newline at end of file |