Files
2018-06-23 01:32:12 +02:00

25 lines
695 B
PHP

<?php $curpage = basename(__FILE__); require '_header.php'; ?>
<section>
<div>
<h1>How to Contribute</h1>
<p>
GEX is open-source, and I want it to grow beyond the current one-man-show.
A <a href="https://github.com/gexpander/">GitHub mirror</a> of most of the GEX
repositories is available and regularly updated to match the upstream.
Feel free to send pull requests or issues to these repos.
</p>
<h1>Contact</h1>
<p>
You can reach me by e-mail at <a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>,
or send me a message on Mastodon (GNU Social compatible): <a>@MightyPork@dev.glitch.social</a>
</p>
</div>
</section>
<?php require '_footer.php'; ?>