-
Notifications
You must be signed in to change notification settings - Fork 1
postmortem template
Status: {draft|final}
Owners: {who drove the incident resolution}
Description: {brief description of symptoms and root cause}
Component: {affected area}
Date/time: {YYYY-MM-DD HH:MM}
Duration: {time from initial breakage to final resolution}
User impact: {who was affected by the incident}
14:44 - something happened
14:45 - next thing happened <START OF OUTAGE>
09:12 - another thing happened <END OF OUTAGE>
{summarize the problems that the outage caused}
{without blame, describe the root cause of the outage}
{list things where things worked as expected in a positive manner}
{list things that mitigated this incident but not because of our foresight}
{list things that failed, with github issues from the action items section}
{each item here should have an owner}
{link to github issues for things that would have prevented this failure from happening in the first place, such as input validation, pinning dependencies, etc}
{link to github issues for things that would have detected this failure before it became An Incident, such as better testing, monitoring, etc}
{link to github issues for things that would have made this failure less serious, such as graceful degradation, better exception handling, etc}
{link to github issues for things that would have helped us resolve this failure faster, such as documented processes and protocols, etc}
{link to github issues or PRs/commits for the actual fixes that were necessary to resolve this incident}
{any other useful information, such as relevant chat logs}
- Home of the Wiki
- Roadmap
- API Reference (stable)
- API Reference (master)
- Glossary
- Contributor Guide
- Chat on Discord
- Code of Conduct
- Issue triage reports
- Our Values
- Tree hygiene
- Issue hygiene and Triage
- Style guide for Flutter repo
- Project teams
- Contributor access
- What should I work on?
- Running and writing tests
- Release process
- Rolling Dart
- Manual Engine Roll with Breaking Commits
- Updating Material Design Fonts & Icons
- Postmortems
- Setting up the Framework development environment
- The Framework architecture
- The flutter tool
- API Docs code block generation
- Running examples
- Using the Dart analyzer
- The flutter run variants
- Test coverage for package:flutter
- Writing a golden-file test for package:flutter
- Setting up the Engine development environment
- Compiling the engine
- Debugging the engine
- Using Sanitizers with the Flutter Engine
- Testing the engine
- The Engine architecture
- Flutter's modes
- Engine disk footprint
- Comparing AOT Snapshot Sizes
- Custom Flutter engine embedders
- Custom Flutter Engine Embedding in AOT Mode
- Flutter engine operation in AOT Mode
- Engine-specific Service Protocol extensions
- Crashes
- Supporting legacy platforms
- Metal on iOS FAQ
- Engine Clang Tidy Linter
- Why we have a separate engine repo
- Reduce Flutter engine size with MLGO
- Setting up the Plugins development environment
- Setting up the Packages development environment
- Plugins and Packages repository structure
- Plugin Tests
- Contributing to Plugins and Packages
- Releasing a Plugin or Package
- Unexpected Plugins and Packages failures