summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-10-14 09:30:31 +0100
committerGitHub <noreply@github.com>2016-10-14 09:30:31 +0100
commit53109f9231bb12533fec35a524ecdb32680f5c14 (patch)
tree34ca1b96e92466ae577c40032d984d3d28627836
parent50a13cce536f071bffed2ac02bc05bf1a39ba013 (diff)
parent32fd9937ffe9d06619a28906e87b5324abe2af0c (diff)
downloadchef-53109f9231bb12533fec35a524ecdb32680f5c14.tar.gz
Merge pull request #5453 from chef/lcg/template-update
update PR template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a15e5747cc..aca7c10237 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -11,6 +11,5 @@ StackOverflow discussion that's relevant]
- [ ] New functionality includes tests
- [ ] All tests pass
-- [ ] Documentation, especially RELEASE\_NOTES.md, has been updated if
- required
+- [ ] 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>