Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 741 Bytes

File metadata and controls

23 lines (16 loc) · 741 Bytes

Contributing to FS25_TaxMod

Thanks for your interest in contributing. Read CLAUDE.md if it exists for architecture notes. Build and test in-game before opening a PR.

Reporting Bugs

Use the Bug Report issue template. Always include the relevant [FS25_TaxMod] lines from your log:

%USERPROFILE%\Documents\My Games\FarmingSimulator2025\log.txt

Issues without a log snippet will be closed.

Requesting Features

Use the Feature Request issue template. Keep requests specific and actionable.

Pull Requests

  • Lua 5.1 only — no goto, no continue, no os.time()
  • Match existing code style
  • Test in-game before submitting
  • No reformatting of unrelated code
  • No AI branding or tool credits in any output