-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: ⚡️ Improve performance | ||
description: Create a issue to improve performance | ||
title: ':zip: perf(component): title' | ||
labels: ['✨ feature', '⚡️ performance'] | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Description of this issue | ||
validations: | ||
required: true | ||
- type: input | ||
id: reproduction-url | ||
attributes: | ||
label: Code Reproduction URL | ||
description: Provide a URL to reproduce the issue | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Create a Lighthouse test and provide the following metrics. | ||
Use this tools to analyse: | ||
- [Introduction to Lighthouse](https://developer.chrome.com/docs/lighthouse/overview) | ||
- [PageSpeed Insights](https://pagespeed.web.dev) | ||
- type: input | ||
id: Performance | ||
attributes: | ||
label: Performance | ||
validations: | ||
required: true | ||
- type: input | ||
id: LargestContentfulPaint | ||
attributes: | ||
label: Largest Contentful Paint | ||
validations: | ||
required: true | ||
- type: input | ||
id: SpeedIndex | ||
attributes: | ||
label: Speed Index | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional Information | ||
description: Please include any additional information that may be relevant to your issue. Logs, related issues, Stack Overflow links, forum links or even a suggestions on how to fix. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/baloise/design-system/blob/next/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters