# HG changeset patch # User Andy <1780327+andythenorth@users.noreply.github.com> # Date 2023-07-19 09:43:24 # Node ID fecfad93f87259e34234cd859b98fd5231ba866b # Parent fdae37ef431af68637f7999bd1b63b4b47879ee2 Doc: 'game_changelog.hpp' not 'gs_changelog.hpp' in GitHub PR template (#11147) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -42,7 +42,7 @@ Some things are not automated, and forgo * This PR touches english.txt or translations? Check the [guidelines](https://github.com/OpenTTD/OpenTTD/blob/master/docs/eints.md) * This PR affects the save game format? (label 'savegame upgrade') * This PR affects the GS/AI API? (label 'needs review: Script API') - * ai_changelog.hpp, gs_changelog.hpp need updating. + * ai_changelog.hpp, game_changelog.hpp need updating. * The compatibility wrappers (compat_*.nut) need updating. * This PR affects the NewGRF API? (label 'needs review: NewGRF') * newgrf_debug_data.h may need updating.