
Updates to the Flutter cherry-pick process to align with our current practices. This update: 1. Defaults to automated cherry-picks. 2. Removes the need to create cherry-pick issues. 3. Requires cherry-pick authors to update CHANGELOG.md. --------- Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
26 lines
732 B
YAML
26 lines
732 B
YAML
name: Create an umbrella issue
|
|
description: As a contributor, I would like to create an umbrella issue for a
|
|
feature to be added to the feature tracker.
|
|
title: '☂️ <Feature Title>'
|
|
projects: ["flutter/82"]
|
|
body:
|
|
- type: input
|
|
id: design_doc
|
|
attributes:
|
|
label: Design Doc
|
|
description: Add a design doc if there is one for this feature.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Please describe the feature you are adding.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: tracking_issues
|
|
attributes:
|
|
label: Tracking Issues
|
|
description: List of issues associated with this feature.
|
|
validations:
|
|
required: true
|