dart-sdk/.github/ISSUE_TEMPLATE/3_breaking_change.yml
Vyacheslav Egorov 7c3f9b4181 [github] Update issue templates
Make it clear that CP request and breaking change issue
templates are only supposed to be used by contributors.

R=mit@google.com

Change-Id: Ibf429293b8f90808b1de76057e7f70498fa21f7f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365021
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
2024-04-30 13:21:29 +00:00

39 lines
1.1 KiB
YAML

name: Propose a breaking change.
description: Initiate a breaking change process (for contributors use only!).
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?
- type: textarea
id: change_timeline
attributes:
label: Change Timeline
description: What is the expected timeline for deprecation / removal?
- type: textarea
id: associated_cls
attributes:
label: Associated CLs
description: Which CLs are in progress or have already landed to accomplish this change?