Skip to content

Commit e5ec07b

Browse files
authored
[process] Add a design doc issue template. (#128361)
Add a design doc issue template to streamline the proposal flow.
1 parent 691e24c commit e5ec07b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Share a Flutter design document.
2+
description: As a contributor, I would like to share a design document.
3+
title: '[Design Document] <title>'
4+
labels: ['design doc']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for your interest in contributing to Flutter!
10+
11+
Please ensure that you are following
12+
https://github.com/flutter/flutter/wiki/Design-Documents
13+
when sharing a design document.
14+
15+
Please fill out the sections below to the best of your ability.
16+
- type: input
17+
id: document_link
18+
attributes:
19+
label: Document Link
20+
description: |
21+
Insert the 'flutter.dev/go' for your document here, as referenced in
22+
https://flutter.dev/go/template
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: proposal_description
27+
attributes:
28+
label: What problem are you solving?
29+
description: |
30+
Please provide a brief description of the problem you are solving.
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)