dart-sdk/.github/ISSUE_TEMPLATE/3_breaking_change.yml
Kevin Chisholm 67cbbd538b [Process] Breaking change form fails to render
Fixes an indentation error in the breaking change issue for which prevented the issue template from rendering.

Change-Id: I317061671f877e562060b3b75b6fa543efc480c7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291041
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-24 08:09:15 +00:00

29 lines
744 B
YAML

name: Propose a breaking change.
description: You would like to propose a breaking change.
title: '[breaking change] <title>'
labels: ['breaking-change-request']
assignees:
- itsjustkevin
- kevmoo
body:
- type: textarea
id: change_intent
attributes:
label: Change Intent
description: What is the intent of this change?
- type: textarea
id: justification
attributes:
label: Justification
description: What is the justification for this change?
- type: textarea
id: impact
attributes:
label: Impact
description: What is the impact of this change?
- type: textarea
id: mitigation
attributes:
label: Mitigation
description: How can we mitigate the impact?