diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2cee128..8e6f556 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,6 @@ A short description of the changes in this PR. ## PR Acceptance Checklist * [ ] Jira ticket acceptance criteria met. * [ ] `CHANGELOG.md` updated to include high level summary of PR changes. -* [ ] `VERSION` updated if publishing a release. +* [ ] `docker/service_version.txt` updated if publishing a release. * [ ] Tests added/updated and passing. * [ ] Documentation updated (if needed).