Skip to content

Instantly share code, notes, and snippets.

@eonist
Created May 6, 2026 14:37
Show Gist options
  • Select an option

  • Save eonist/023b1caf85d217db7794cf87bd08a26e to your computer and use it in GitHub Desktop.

Select an option

Save eonist/023b1caf85d217db7794cf87bd08a26e to your computer and use it in GitHub Desktop.
pr-template.md

Summary

Changes

Checklist

  • Code compiles without warnings
  • SwiftLint passes locally (swiftlint lint --strict)
  • All new public/internal types, properties, and functions have /// doc comments
  • Existing doc comments updated if behaviour changed
  • No print() statements — use log() instead
  • Regression guard comments preserved (frame/padding rules, job cache rules, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment