help people look for existing issues before filling new ones (#355)

help people look for existing issues before filling new ones
This commit is contained in:
Laurent Demailly 2017-05-30 14:21:19 -07:00 committed by GitHub
parent 6b9dcd918e
commit f7af565d46
1 changed files with 4 additions and 2 deletions

View File

@ -15,5 +15,7 @@ Oh no! You found a bug? Here's what you need to do:
2. 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.
3. If you didn't find any info on istio-users about your problem, file an issue on [GitHub](https://github.com/istio/issues/issues/new) so
the development team is made aware of the problem and can get it fixed.
3. If you didn't find any info on istio-users about your problem, look for existing
[open issues](https://github.com/istio/issues/issues/) on GitHub and
file a [new one](https://github.com/istio/issues/issues/new)
as needed so the development team is made aware of the problem and can get it fixed.