From f60aaac95dde260bbf897afee957406281068755 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 20 May 2020 12:10:58 +0200
Subject: [PATCH] Add 'how to report a bug' to the FAQ

---
 client/src/translations/faq/en.pug | 7 +++++++
 client/src/translations/faq/es.pug | 7 +++++++
 client/src/translations/faq/fr.pug | 7 +++++++
 3 files changed, 21 insertions(+)

diff --git a/client/src/translations/faq/en.pug b/client/src/translations/faq/en.pug
index 2f744627..d8c1a4cb 100644
--- a/client/src/translations/faq/en.pug
+++ b/client/src/translations/faq/en.pug
@@ -60,6 +60,13 @@
       Go to main Hall, open "New game" window, select your opponent,
       and then paste the FEN in the appropriate field.
 
+.question.
+  How to report a bug?
+.answer.
+  Download the game (click on the button on the right), and send it on Discord.
+  Alternatively, and if the bug didn't occur in a game, you can also use the
+  contact form.
+
 .question.
   I'm streaming a game, and would like to use arrows and circles.
 .answer.
diff --git a/client/src/translations/faq/es.pug b/client/src/translations/faq/es.pug
index 3851fa37..23f12c32 100644
--- a/client/src/translations/faq/es.pug
+++ b/client/src/translations/faq/es.pug
@@ -70,6 +70,13 @@
       Vaya al Salón, abra la ventana "Nueva partida", seleccione
       su oponente y luego pegue el FEN en el campo apropiado.
 
+.question.
+  ¿Cómo reportar un error?
+.answer.
+  Descargue la partida (haga clic en el botón de la derecha) y envíela
+  en Discord. Alternativamente, y si el error no ocurrió en una partida,
+  también puede utilizar el formulario de contacto.
+
 .question.
   Estoy transmitiendo un juego en vivo, y me gustaría usar flechas y
   círculos.
diff --git a/client/src/translations/faq/fr.pug b/client/src/translations/faq/fr.pug
index dd5b3b05..e5fce105 100644
--- a/client/src/translations/faq/fr.pug
+++ b/client/src/translations/faq/fr.pug
@@ -65,6 +65,13 @@
       Allez dans le Salon, ouvrez la fenêtre "Nouvelle partie", sélectionnez
       votre adversaire et collez ensuite la FEN dans le champ approprié.
 
+.question.
+  Comment rapporter un bug ?
+.answer.
+  Téléchargez la partie (cliquez sur le bouton sur la droite), et envoyez-la
+  sur Discord. Alternativement, et si le bug n'est pas survenu dans une partie,
+  vous pouvez aussi utiliser le formulaire de contact.
+
 .question.
   Je diffuse une partie en direct, et aimerais utiliser des flèches et des
   cercles.
-- 
2.44.0