mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
15 lines
566 B
Markdown
15 lines
566 B
Markdown
## Changes
|
||
|
||
*Please describe.*
|
||
*If this affects the frontend, include screenshots.*
|
||
|
||
## Checklist
|
||
|
||
- [ ] All querysets/queries filter by Organization, by Team, and by User
|
||
- [ ] Django backend tests
|
||
- [ ] Jest frontend tests
|
||
- [ ] Cypress end-to-end tests
|
||
- [ ] Migrations are safe to run at scale (e.g. PostHog Cloud) – present proof if not obvious
|
||
- [ ] Frontend/CSS is usable at 320px (iPhone SE) and decent at 360px (most phones)
|
||
- [ ] Breaking changes are backwards-compatible. Ensure old/new frontend requests work with new/old backends, and vice versa.
|