Unverified Commit a20db068 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Make bug templates more consistent (#129460)

* remove trailing periods in template titles
* tweak the design doc template a little based on testing it out
parent da2b8723
---
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.
title: ''
labels: 'created via performance template'
......
---
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
not hitting 60Hz, or you are getting jank (missed frames).
title: ''
......
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.
title: '[CP] <title>'
labels: ['cp: review']
......
name: Share a Flutter design document.
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
......@@ -18,7 +17,8 @@ body:
attributes:
label: Document Link
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
validations:
required: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment