Files
openserp/.github/PULL_REQUEST_TEMPLATE.md
2026-06-10 14:54:45 +03:00

468 B

Summary

Why

Testing

  • make test
  • make lint
  • make test-integration (only for browser, proxy, captcha, or live-engine changes)

Checklist

  • I linked the related issue or explained why there is none.
  • I updated docs or examples for changed user-facing behavior.
  • I kept unit tests deterministic and free of browser/network dependencies.
  • I removed secrets, proxy credentials, and private logs from examples.