mod-playerbots/PULL_REQUEST_TEMPLATE.md
2026-03-22 22:31:24 -07:00

3.5 KiB

Pull Request Description

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?

      • No, not at all
      • Minimal impact (explain below)
      • Moderate impact (explain below)
  • Does this change modify default bot behavior?

      • No
      • Yes (explain why)
  • Does this change add new decision branches or increase maintenance complexity?

      • No
      • Yes (explain below)

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)

Final Checklist

    • Stability is not compromised.
    • Performance impact is understood, tested, and acceptable.
    • Added logic complexity is justified and explained.
    • Documentation updated if needed (Conf comments, WiKi commands).

Notes for Reviewers