23 lines
607 B
Markdown
23 lines
607 B
Markdown
---
|
|
title: 'Contact'
|
|
description: 'Reach out to report a bug, suggest an idea or contribute to the project.'
|
|
---
|
|
|
|
To report a bug, suggest an idea or contribute to the project, you can open an issue on the repository or send us an 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>
|
|
Enable JavaScript to display the e-mail address.
|
|
</noscript>
|