diff --git a/design-proposals/template.md b/design-proposals/template.md new file mode 100644 index 0000000..176743a --- /dev/null +++ b/design-proposals/template.md @@ -0,0 +1,103 @@ + +# Your proposal title + +- **Title:** `Your full title` +- **Author(s):** `@your-github-handle, @coauthor` +- **Date:** `YYYY-MM-DD` +- **Status:** Draft | Review | Accepted | Rejected | Superseded + + + +## Overview + + + +## Scope and related proposals + + + +## Context + + + +### The problem + + + +## Goals + + + +### Non-goals + + + +## Design + + + +## User-facing changes + + + +## Upgrade and rollback compatibility + + + +## Security + + + +## Failure and edge cases + + + +## Testing + + + +## Rollout + + + +## Open questions + + + +## Alternatives considered + + + +--- + +