more docs

This commit is contained in:
janis
2023-09-18 17:11:00 +02:00
parent 163564ae7d
commit b76f832068
10 changed files with 74 additions and 22 deletions

View File

@@ -18,7 +18,29 @@
<div id="docPage">
<div id="doc-container">
<h1>Getting Started</h1>
<p>You are interested in helping develop this project to make it even better? Then let's show you, how you may help and what you should keep in mind!</p>
<p>You are interested in helping develop this project to make it even better? Then let us show you, how you may help and what you should keep in mind!</p>
<h2>Things to contribute to</h2>
<p>You may contribute to any of the following things (list is not exhaustive):</p>
<ul>
<li>Writing new payment gateway integrations</li>
<li>Writing any kind of new plugins</li>
<li>Help integrating (or integrate) a translation api</li>
<li>Fix any kinds of bugs</li>
<li>Improve security</li>
<li>Improve speed</li>
<li>Add more documentation</li>
<li>Improve design</li>
<li>Add guest purchases</li>
<li>Make seat plan editor even more versatile</li>
<li>General refactoring, code quality improvements</li>
<li>Marketing</li>
<li>Update project website</li>
<li>Add permission settings and permissions to admin panel</li>
<li>Improve iOS and Android App functionality</li>
<li>Add an admin account page</li>
</ul>
<h2>Before starting to contribute</h2>
<p>Before you start coding, please make yourself familiar with the code of conduct and the linter settings. Another thing that is not required, but certainly a good idea is to open an issue on our GitHub to have a discussion about the changes you want to make so that you don't waste your time, if the thing you want to do is not something we feel like is necessary.</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>