Make bug templates more consistent (#129460)

* remove trailing periods in template titles
* tweak the design doc template a little based on testing it out
This commit is contained in:
Ian Hickson 2023-06-26 05:27:27 -07:00 committed by GitHub
parent da2b8723fd
commit a20db068dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: My app has some non-speed performance issues. name: My app has some non-speed performance issues
about: You are writing an application but have discovered that it uses too much memory, too much energy (e.g., CPU/GPU usage is high), or its app size is too large. about: You are writing an application but have discovered that it uses too much memory, too much energy (e.g., CPU/GPU usage is high), or its app size is too large.
title: '' title: ''
labels: 'created via performance template' labels: 'created via performance template'

View File

@ -1,5 +1,5 @@
--- ---
name: My app is slow or missing frames. name: My app is slow or missing frames
about: You are writing an application but have discovered that it is slow, you are about: You are writing an application but have discovered that it is slow, you are
not hitting 60Hz, or you are getting jank (missed frames). not hitting 60Hz, or you are getting jank (missed frames).
title: '' title: ''

View File

@ -1,4 +1,4 @@
name: Request a cherry-pick. name: Request a cherry-pick
description: As a contributor, you would like to request that a feature be cherry-picked into a release. description: As a contributor, you would like to request that a feature be cherry-picked into a release.
title: '[CP] <title>' title: '[CP] <title>'
labels: ['cp: review'] labels: ['cp: review']

View File

@ -1,6 +1,5 @@
name: Share a Flutter design document. name: Share a Flutter design document
description: As a contributor, I would like to share a design document. description: As a contributor, I would like to share a design document.
title: '[Design Document] <title>'
labels: ['design doc'] labels: ['design doc']
body: body:
- type: markdown - type: markdown
@ -18,7 +17,8 @@ body:
attributes: attributes:
label: Document Link label: Document Link
description: | description: |
Insert the 'flutter.dev/go' for your document here, as referenced in 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 https://flutter.dev/go/template
validations: validations:
required: true required: true