flutter/.github/ISSUE_TEMPLATE/7_design_doc.yml
Kevin Chisholm bb2d34126c
[Release] Update the cherry-pick process. (#161771)
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>
2025-01-17 15:44:31 +00:00

33 lines
1.0 KiB
YAML

name: Share a Flutter design document
description: As a contributor, I would like to share a design document.
labels: ['design doc']
body:
- type: markdown
attributes:
value: |
Thank you for your interest in contributing to Flutter!
Please ensure that you are following
https://github.com/flutter/flutter/blob/main/docs/contributing/Design-Documents.md
when sharing a design document.
Please fill out the sections below to the best of your ability.
- type: input
id: document_link
attributes:
label: Document Link
description: |
Insert the "https://flutter.dev/go" link for your document here.
For details on creating a link, see the instructions in
https://flutter.dev/go/template
validations:
required: true
- type: textarea
id: proposal_description
attributes:
label: What problem are you solving?
description: |
Please provide a brief description of the problem you are solving.
validations:
required: true