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 + + + +``` +``` + + + +``` +```