trainUs/website/content/contact.fr.md
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

23 lines
631 B
Markdown

---
title: 'Contact'
description: 'Nous contacter pour signaler un bug, proposer une idée ou contribuer au projet.'
---
Pour signaler un bug, proposer une idée ou contribuer au projet, vous pouvez ouvrir une issue sur le dépôt ou nous écrire par e-mail :
<p id="email-contact"></p>
<script>
(function () {
var u = 'trainus.steadfast012';
var d = 'passmail.net';
var a = document.createElement('a');
a.href = 'mailto:' + u + '@' + d;
a.textContent = u + '@' + d;
document.getElementById('email-contact').appendChild(a);
})();
</script>
<noscript>
Activez JavaScript pour afficher l'adresse e-mail.
</noscript>