summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 12:36:42 -0700
committerTim Smith <tsmith@chef.io>2018-08-08 12:36:42 -0700
commite5a896bc9709a656cb77e858f1908e19e33fc0f2 (patch)
tree520b5a4e1b25f8adc235773376cc891918732503 /.github
parent3e3bc453a9f1a95d0f3932a54e4bead1f5f7f3cf (diff)
downloadchef-e5a896bc9709a656cb77e858f1908e19e33fc0f2.tar.gz
Remove an extra comma in the PR template
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index aca7c10237..6abaccc467 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -11,5 +11,5 @@ StackOverflow discussion that's relevant]
- [ ] New functionality includes tests
- [ ] All tests pass
-- [ ] RELEASE\_NOTES.md, has been updated if required (not required for bugfixes, required for API changes)
+- [ ] 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>