Fill in the bug page.

This commit is contained in:
Martin Taillefer 2017-05-08 11:04:18 -07:00
parent 3fda7d7647
commit 76fd47ac6c
3 changed files with 26 additions and 10 deletions

View File

@ -5,8 +5,8 @@ layout: default
<div class="container">
<div class="row">
<div class="col-md-11 nofloat center-block">
<div class="bugs col-lg-9 col-md-10 col-sm-12">
<div class="col-md-11 nofloat center-block ">
<div class="col-sm-7 {{page.type }}">
{{ content }}
</div>
</div>

View File

@ -6,5 +6,15 @@ type: markdown
---
{% include home.html %}
Oh no! You found a bug. Tell us all about it.
# Bugs!
Oh no! You found a bug? Here's what you need to do:
1. Check out the [istio-users](https://groups.google.com/forum/#!forum/istio-users) group mailing list. You can easily search to
see if someone else has already encountered the problem. Maybe there's a simple workaround you can use until the bug has been fixed.
2. If you did't find any info on istio-users about your problem, file an issue on [GitHub](https://github.com/istio/istio.github.io/issues/new) so
the development team is made aware of the problem and can get it fixed.
3. If the problem you're dealing with needs immediate attention, don't hesitate to hop on [Slack](https://istio.slack.com)
to get interactive responses from the community and the main Istio development team.

View File

@ -3,13 +3,19 @@ sitemap_exclude: y
---
@import "common";
.bugs {
margin: 0;
h1 {
color: $mainBrandColor;
}
@media (max-width: $tablet) {
margin: 0;
}
p {
padding-left: 20px;
}
.lead {
margin: 50px 0 40px 0;
}
ul {
padding-left: 30px;
}
ul p {
padding-left: 0px;
}
}