Skip to content

Commit

Permalink
docs/design: update the template of RFC docs (#14582)
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 committed Feb 5, 2020
1 parent d7654e3 commit f793808
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/design/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,17 @@ A discussion of alternate approaches and the trade-offs, advantages, and disadva
- What is the impact of not doing this?
-->

## Compatibility
## Compatibility and Mirgration Plan

<!--
A discussion of the change with regard to the compatibility issues:
- Does this proposal make TiDB not compatible with the old versions?
- If the existing behavior will be changed, how will we phase out the older behavior?
- Does this proposal make TiDB more compatible with MySQL?
- What is the impact(if any) on the data migration:
+ from MySQL to TiDB
+ from TiDB to MySQL
+ from old TiDB cluster to new TiDB cluster
-->

## Implementation
Expand All @@ -66,6 +71,14 @@ A detailed description for each step in the implementation:
- How long it takes to accomplish it?
-->

## Testing Plan

<!--
A brief description on how the implementation will be tested. Both integration test and unit test should consider the following things:
- How to ensure that the implementation works as expected?
- How will we know nothing broke?
-->

## Open issues (if applicable)

<!--
Expand Down

0 comments on commit f793808

Please sign in to comment.