Processes
Change Management
How changes are proposed, reviewed, and approved.
Purpose
Provide a consistent path from idea to production change.
Required artifacts
- Linear project or issue with owner, scope, and priority.
- Design or technical approach when impact is medium/large.
- Risk assessment and rollback plan for production changes.
- Documentation updates when behavior or API changes.
Procedure
- Draft the change in Linear with scope, dependencies, and success criteria.
- Confirm the work is scoped and scheduled in the project plan.
- Implement in a focused PR with tests and doc updates.
- Review for risk, schema impact, and backwards compatibility.
- Merge, then deploy via the standard release pipeline.
- Publish status updates in the Linear project (Pulse) as work progresses.
Last updated on