Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

File metadata and controls

19 lines (14 loc) · 488 Bytes

Contributing

Thanks for contributing.

Process

  1. Read AGENTS.md.
  2. Keep changes small and explicit.
  3. Update docs and specs when contracts change.
  4. Add or update tests when a harness exists.
  5. Prefer measurable wins over speculative rewrites.

Pull request checklist

  • architecture boundary still makes sense
  • schema/docs updated if needed
  • tests or checks updated
  • no runtime HTTP fetches added to Roblox scripts
  • performance impact considered