diff --git a/.github/ISSUE_TEMPLATE/4_performance_others.md b/.github/ISSUE_TEMPLATE/4_performance_others.md index 748786a295..8e8b2c0e31 100644 --- a/.github/ISSUE_TEMPLATE/4_performance_others.md +++ b/.github/ISSUE_TEMPLATE/4_performance_others.md @@ -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. title: '' labels: 'created via performance template' diff --git a/.github/ISSUE_TEMPLATE/5_performance_speed.md b/.github/ISSUE_TEMPLATE/5_performance_speed.md index ba7f3178ad..7887a918ee 100644 --- a/.github/ISSUE_TEMPLATE/5_performance_speed.md +++ b/.github/ISSUE_TEMPLATE/5_performance_speed.md @@ -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 not hitting 60Hz, or you are getting jank (missed frames). title: '' diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index babf07c752..8fd172ab4a 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -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. title: '[CP] ' labels: ['cp: review'] diff --git a/.github/ISSUE_TEMPLATE/8_design_doc.yml b/.github/ISSUE_TEMPLATE/8_design_doc.yml index 34e1456b88..76e435697d 100644 --- a/.github/ISSUE_TEMPLATE/8_design_doc.yml +++ b/.github/ISSUE_TEMPLATE/8_design_doc.yml @@ -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. -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