From e27b4299087c03d9e21050771892a20d59be1bc1 Mon Sep 17 00:00:00 2001 From: NoxMax <50133316+NoxMax@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:23:28 -0600 Subject: [PATCH] Update PR template to reflect translation requirements (#2243) ## Pull Request Description Updates the PR template regarding translation workflow, noting in the hidden instructions to the contributor that they must provide the full translations for any new lines. Also in the instructions the contributor is pointed to an example in the codebase of how this is done. Forward facing, the entire section about translations is deleted as it's not relevant anymore, and a step is added in the final checklist as a reminder for any needed translations. This PR itself is using the edited template. ## Feature Evaluation - Describe the **minimum logic** required to achieve the intended behavior. - Describe the **processing cost** when this logic executes across many bots. ## How to Test the Changes ## Impact Assessment - Does this change increase per-bot/per-tick processing or risk scaling poorly with thousands of bots? - - [x] No, not at all - - [ ] Minimal impact (**explain below**) - - [ ] Moderate impact (**explain below**) - Does this change modify default bot behavior? - - [x] No - - [ ] Yes (**explain why**) - Does this change add new decision branches or increase maintenance complexity? - - [x] No - - [ ] Yes (**explain below**) ## AI Assistance Was AI assistance used while working on this change? - - [x] No - - [ ] Yes (**explain below**) ## Final Checklist - - [x] Stability is not compromised. - - [x] Performance impact is understood, tested, and acceptable. - - [x] Added logic complexity is justified and explained. - - [x] Any new bot dialogue lines are translated. - - [x] Documentation updated if needed (Conf comments, WiKi commands). ## Notes for Reviewers --- PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 91484cb2e..c8c2d7ed0 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -61,29 +61,14 @@ any impact on performance, you may skip these question. If necessary, a maintain -## Messages to Translate - -- Does this change add bot messages to translate? - - - [ ] No - - - [ ] Yes (**list messages in the table**) - -| Message key | Default message | -| --------------- | ------------------ | -| | | -| | | - ## AI Assistance -- Was AI assistance used while working on this change? - - - [ ] No - - - [ ] Yes (**explain below**) +Was AI assistance used while working on this change? +- - [ ] No +- - [ ] Yes (**explain below**) + ## Final Checklist - - [ ] Stability is not compromised. - - [ ] Performance impact is understood, tested, and acceptable. - - [ ] Added logic complexity is justified and explained. +- - [ ] Any new bot dialogue lines are translated. - - [ ] Documentation updated if needed (Conf comments, WiKi commands). ## Notes for Reviewers + +