summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAzcobu <81782124+Azcobu@users.noreply.github.com>2021-08-04 22:05:45 +0930
committerGitHub <noreply@github.com>2021-08-04 14:35:45 +0200
commit0d430fa01d4da85406f732b76921478c460440f6 (patch)
tree9d9589660816a0580af9839637efe2ed2745d636 /_includes
parent9c70fe12a8f9a6858ced08c87bbffba08e37159f (diff)
downloadwiki-0d430fa01d4da85406f732b76921478c460440f6.tar.gz
wiki-0d430fa01d4da85406f732b76921478c460440f6.tar.bz2
wiki-0d430fa01d4da85406f732b76921478c460440f6.zip
Add link to triaging guide to the sidebar (#616)
* Add link to triaging guide to the sidebar Added under the 'Contribute' heading as that seems most apporopriate. * Fix list spacing * Remove tab that was messing spacing up * Add Spanish-language link Co-authored-by: Julio A. Leyva Osorio <tony931023@gmail.com> * Moved Spanish link to the actual correct position Co-authored-by: Julio A. Leyva Osorio <tony931023@gmail.com>
Diffstat (limited to '_includes')
-rw-r--r--_includes/azerothcore/sidebar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index 00f19a2..f696451 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -45,6 +45,7 @@
<li><a href="/wiki/how-to-test-a-pr">How to test a PR</a></li>
<li><a href="/wiki/how-to-test-db-only-changes">How to test DB-only changes</a></li>
<li><a href="/wiki/how-to-document-code">How to document your code</a></li>
+ <li><a href="/wiki/guide-to-triaging">Guide to bug triaging</a></li>
</ul>
<b>Documentation:</b>
<ul>
@@ -104,6 +105,7 @@
<li><a href="/wiki/es/how-to-test-a-pr">Cómo probar un PR</a></li>
<li><a href="/wiki/es/how-to-test-db-only-changes">Cómo probar los cambios solo en la BD</a></li>
<li><a href="/wiki/es/how-to-document-code">Cómo documentar su código</a></li>
+ <li><a href="/wiki/es/guide-to-triaging">Guía para la evaluación de errores</a></li>
</ul>
<b>Documentación:</b>
<ul>
@@ -137,7 +139,5 @@
<ul>
<li><a target="_blank" href="http://www.azerothcore.org/pages/sunwell.pl/">Descripción original del SC</a></li>
</ul>
-
</div>
-
-</div> \ No newline at end of file
+</div>