diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-08 10:17:30 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-08 10:19:11 -0700 |
commit | 0f579dbe9668c534d132992b131c0eb7cb76de76 (patch) | |
tree | f7740e7af9415a07f3ec7d9cfed1b8b42a7bd842 /.github | |
parent | 72b8898a4311e639a1fecd5666fd9e513e83f541 (diff) | |
download | chef-0f579dbe9668c534d132992b131c0eb7cb76de76.tar.gz |
Update the PR template a bit
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6abaccc467..ac0fc52309 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ ### Issues Resolved [List any existing issues this PR resolves, or any Discourse or -StackOverflow discussion that's relevant] +StackOverflow discussions that are relevant] ### Check List @@ -13,3 +13,4 @@ StackOverflow discussion that's relevant] - [ ] 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 |