Files
libreevent/website/dist/docs/contributing/index.html
2023-09-19 09:24:58 +02:00

52 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Getting Started :: docs - libreevent</title>
<link rel="stylesheet" href="/docs/css/style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>
<body>
<div id="nav"></div>
<div id="side-bar"></div>
<div id="backToTop" onclick="backToTop();"></div>
<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 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>
<li>Allow admins to print remaining tickets</li>
<li>Add auto updater</li>
<li>Create update plugin to allow for easy updating to next version</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>
<script src="/docs/js/index.js"></script>
</body>
</html>