summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2021-01-10 18:52:59 +0100
committerfrosch <github@elsenhans.name>2021-01-10 21:24:38 +0100
commitf6abc81cf17aa03f1718f523ce049e0e41e70303 (patch)
treed14dd80ea6639d8ff664b346b2f8134c18e471a0 /.github/PULL_REQUEST_TEMPLATE.md
parentf1bc4d8407613795c1b0c1fbe3b1adf39479913d (diff)
downloadopenttd-f6abc81cf17aa03f1718f523ce049e0e41e70303.tar.xz
Fix: add missing variables to NewGRF inspect window.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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 1949f6f1f..b0151ed52 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -44,4 +44,5 @@ Some things are not automated, and forgotten often. This list is a reminder for
* ai_changelog.hpp, gs_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.
* [PR must be added to API tracker](https://wiki.openttd.org/en/Development/NewGRF/Specification%20Status)