[process] Add a design doc issue template. (#128361)

Add a design doc issue template to streamline the proposal flow.
This commit is contained in:
Kevin Chisholm 2023-06-20 08:42:34 -05:00 committed by GitHub
parent 691e24c1dd
commit e5ec07ba16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
.github/ISSUE_TEMPLATE/8_design_doc.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: Share a Flutter design document.
description: As a contributor, I would like to share a design document.
title: '[Design Document] <title>'
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/wiki/Design-Documents
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 'flutter.dev/go' for your document here, as referenced 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