diff --git a/docs/_includes/css/sitespeed.css b/docs/_includes/css/sitespeed.css index 23922ac4e..2fca35193 100644 --- a/docs/_includes/css/sitespeed.css +++ b/docs/_includes/css/sitespeed.css @@ -181,6 +181,13 @@ white-space: pre-wrap; border-color: #dfb5b4; } +.reproducable { + margin: 20px 0; + padding: 10px; + background-color: #a0ef5b; + border-color: #a0ef5b; +} + .img-thumbnail img { padding: 4px; line-height: 1.428571429; diff --git a/docs/documentation/sitespeed.io/bug-report/index.md b/docs/documentation/sitespeed.io/bug-report/index.md index edff6caed..acdd99c29 100644 --- a/docs/documentation/sitespeed.io/bug-report/index.md +++ b/docs/documentation/sitespeed.io/bug-report/index.md @@ -44,7 +44,7 @@ To help us reproduce your problem there are a couple of things we need: * If you don't use Docker: Include the browser version you are using. * If you have problems with headers/cookie/auth you can use [https://httpbin.org](https://httpbin.org) to reproduce your issue. -If you give us this information we can usually fix your issue faster. +If you make your issue reproducable, the issue is the cream of the crop and will get the tag reproducable! And if your bug report has that tag, it will get our attention. ## What else you can do