summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-30 14:44:17 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-30 14:44:42 -0800
commit94e1eb9b4a6f35aea5df9a38111518f9f8b8db13 (patch)
treeecacf28604a97642bd9e626063c787d46d8614b7
parenta26a8ce39a25fc1f8dcf70c21ffe7ee7ad875c3a (diff)
downloadohai-94e1eb9b4a6f35aea5df9a38111518f9f8b8db13.tar.gz
Remove the PR template
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index dc554f31..00000000
--- a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,15 +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>