From d7ac4da1f705d782f5b31d040c25995470a06647 Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Thu, 1 Feb 2018 10:28:32 +0000
Subject: [PATCH] DOC: Filter issues with label 'bug' in links

---
 CONTRIBUTING.md | 4 ++--
 README.md       | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4e74ed2ba5..87b2a92c53 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,10 +23,10 @@ You are welcome to ask questions there as a beginner or future OTB contributor!
 
 ## Reporting bugs
 
-If you have found a bug, you can first [search the existing issues](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues)
+If you have found a bug, you can first [search the existing issues](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues?label_name%5B%5D=bug)
 to see if it has already been reported.
 
-If it's a new bug, please [open a new issue on GitLab](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues).
+If it's a new bug, please [open a new issue on GitLab](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues/new).
 The 'Bug' issue template will help you provide all important information and
 help fixing the bug quicker. Remember to add as much information as possible!
 
diff --git a/README.md b/README.md
index a9a8e9dd26..e2cd85671a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ not a black box!
 * [Public git repositories](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb)
 * [GitHub mirror](https://github.com/orfeotoolbox/)
 * [Build status](http://dash.orfeo-toolbox.org/index.php?project=OTB)
-* [Bug tracker](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues)
+* [Bug tracker](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues?label_name%5B%5D=bug)
 * [Wiki](http://wiki.orfeo-toolbox.org/index.php/Main_Page)
 * [Task tracking](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues)
 
@@ -46,5 +46,4 @@ Please see the license and the Copyright directory for legal issues on the use o
 Please report any issue you might encouter to [our bugtracker](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues).
 
 ### Governance
-
 The Orfeo ToolBox project is governed by the [Project Steering Committee](PSC.md) and its members.
-- 
GitLab