From f5674d709891c3646cf1113ef02a475d42fbf749 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 6 May 2019 18:32:28 -0700 Subject: [PATCH] Performance issue template (#31944) --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/performance.md | 59 +++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/performance.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a944f1a421..2152d2f798 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a new idea for Flutter +about: Suggest a new idea for Flutter. title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/performance.md b/.github/ISSUE_TEMPLATE/performance.md new file mode 100644 index 0000000000..9bb5a014e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance.md @@ -0,0 +1,59 @@ +--- +name: I have a performance problem with my application +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: '' +labels: 'severe: performance' +assignees: '' + +--- + + + +## Details + + + +## Logs + + + +``` +``` + + + +``` +```