summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2021-08-22 14:27:48 +0200
committerGitHub <noreply@github.com>2021-08-22 14:27:48 +0200
commit93fd42b0c3a26eb02d3c3dd4ae273b5e546baf14 (patch)
treed0bcef8d3a325f4e00d219fe89b1a977342e29ca /.github
parentf939f48cd21fc0b513d667183e0d3b125c48ff93 (diff)
downloadopenttd-93fd42b0c3a26eb02d3c3dd4ae273b5e546baf14.tar.xz
Doc: guidelines on english.txt or translation changes in PRs. (#9505)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b0151ed52..aec09828f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -39,6 +39,7 @@ Describe here
Some things are not automated, and forgotten often. This list is a reminder for the reviewers.
* The bug fix is important enough to be backported? (label: 'backport requested')
+* 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.