From: Ray Bell Date: Thu, 29 Sep 2022 01:44:16 +0000 (-0400) Subject: Mention CHANGES.md in PR template explicitly (#3295) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/096806ee269bb6823860e6fb3a33f25d79c6b6aa Mention CHANGES.md in PR template explicitly (#3295) This makes the location more explicit which hopefully makes the PR process smoother for other first time contributors. Co-authored-by: Jelle Zijlstra --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 833cd16..a039718 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,7 +18,7 @@ Tests are required for bugfixes and new features. Documentation changes are necessary for formatting and most enhancement changes. --> -- [ ] Add a CHANGELOG entry if necessary? +- [ ] Add an entry in `CHANGES.md` if necessary? - [ ] Add / update tests if necessary? - [ ] Add new / update outdated documentation?