feat(contact): améliorer le formulaire de contact avec des informations sur les développeurs et un QR code

This commit is contained in:
Boris Waaub
2026-02-11 19:57:48 +01:00
parent a191aa6623
commit 5c0487c90f
4 changed files with 62 additions and 45 deletions
+10 -2
View File
@@ -1,8 +1,16 @@
---
title: Contact
title: "Nous contacter"
layout: "simple"
contactForm:
title: "Formulaire de contact"
action: "http://localhost:3001/contact"
developers:
title: "Échanger avec les développeurs"
description: "Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill."
linkLabel: "#chill-social-admin:matrix.org"
linkUrl: "https://matrix.to/#/#chill-social-admin:matrix.org"
qrLabel: "ou scannez le code QR :"
qrImg: "/images/chill-admin.png"
fields:
- name: "sujet"
label: "Sujet"
@@ -33,7 +41,7 @@ faq:
- description : "Voici une liste de questions les plus souvent posées sur CHILL."
- faqPath: content/faq.md"
---
{{< contact-form >}}
{{< faq >}}
@@ -22,19 +22,6 @@ Les tickets concernant le code de Chill se situent par conséquent dans ce dép
La documentation technique de Chill se trouve à l'adresse suivante: http://docs.chill.social/en/latest/
<h5 class="content-subtitle bord-4 mb-2 mt-5">Échanger avec les développeurs</h5>
Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill.
Pour le rejoindre cliquez sur le lien ci-dessous,
[#chill-social-admin:matrix.org](https://matrix.to/#/#chill-social-admin:matrix.org)
ou scannez le code qr
<img src="/images/chill-admin.png"/>
<h5 class="content-subtitle bord-1">Contribuer, devenir prestataire</h5>
Si vous souhaitez contribuer au code de Chill et peut-être devenir prestataire du logiciel, jetez un oeil à la page [Contributing](https://gitlab.com/Chill-Projet/chill-bundles/-/blob/master/CONTRIBUTING.md).