Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.39 KB

File metadata and controls

27 lines (16 loc) · 1.39 KB

Coding Guidelines

Please see https://github.com/wiremod/wire/wiki/Developer-Style-Guide for information on how code formatting is standardized in the Wiremod project.


AI-assisted Contributions

AI tools may be used as coding tools, but they must not replace the author's own understanding or judgment.

Authors must:

  • Be honest and disclose when AI tools were used.
  • Use AI only to help with coding. PR text and replies must be written by the author; maintainers need to be talking to the contributor, not an AI toolchain.
  • Understand the submitted code well enough to explain it, justify it, audit it for side effects, and make requested changes themselves.
  • Make requested changes that actually fix the problem, rather than blindly resubmitting tool output.
  • Keep each contribution focused on one issue or a closely related set of issues per PR. Large all-in-one PRs are not accepted when AI is doing the coding.

AI use does not relax Wiremod's style, cleanliness, or review requirements. Slop is slop regardless of how it was made.

Maintainers are not LLM code auditors. Breaking these rules, or giving maintainers reason to believe they are being broken, may result in a repository ban.


Contributor Covenant Code of Conduct

Wiremod uses a code of conduct. We ask that you follow its guidelines so that we can maintain a friendly and productive environment. Thank you.