docs: a better tag for bugs

This commit is contained in:
soulgalore 2020-04-15 12:55:36 +02:00
parent 1448b90fc2
commit fa0c1cc322
2 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -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 <span class="reproducable">reproducable</span>! And if your bug report has that tag, it will get our attention.
## What else you can do