summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-10-13 10:03:43 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-10-13 10:03:43 -0700
commit32fd9937ffe9d06619a28906e87b5324abe2af0c (patch)
tree0600e3488865bdcea79b5013549826f7e0374658
parent91f37f3571711fae47ffc327f220c13bba9cf7bd (diff)
downloadchef-lcg/template-update.tar.gz
update templatelcg/template-update
users don't understand what we mean by "all documentation", so clarify that what we mean to be RELEASE_NOTES.md and that's it, they need to stay away from CHANGELOG.md i believe we've dropped DOC_CHANGES.md in favor of RELEASE_NOTES.md Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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>