flutter/.github/ISSUE_TEMPLATE/07_design_doc.yml
Matan Lurey 997f742ac5
Fix ISSUE_TEMPLATE Ordering: 10 < 9, but 10 > 09 (#166455)
Unfortunately `10_google3_bug.yml` comes before `2_bug.yml`.

This changes the name (slightly) of the issue templates based on the
instructions from GitHub on what to do when you have 10+ issue templates
(as a side-note: I wonder if we need/still use umbrella bugs for the
feature tracker, or two types of performance bugs)
2025-04-03 00:24:34 +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