mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
more docs
This commit is contained in:
3
website/dist/docs/contributing/index.html
vendored
3
website/dist/docs/contributing/index.html
vendored
@@ -38,6 +38,9 @@
|
||||
<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>
|
||||
|
||||
1
website/dist/docs/setup/update/index.html
vendored
1
website/dist/docs/setup/update/index.html
vendored
@@ -20,6 +20,7 @@
|
||||
<h1>Updating</h1>
|
||||
<p>Updating libreǝvent is important to keep it secure, performant and bug-free. Currently, updating libreevent involves manually uploading the new files.</p>
|
||||
<p><strong>IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.</strong></p>
|
||||
<p>There are currently no updates available, this section will be expanded, once there is.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
|
||||
@@ -19,6 +19,9 @@ You may contribute to any of the following things (list is not exhaustive):
|
||||
- Add permission settings and permissions to admin panel
|
||||
- Improve iOS and Android App functionality
|
||||
- Add an admin account page
|
||||
- Allow admins to print remaining tickets
|
||||
- Add auto updater
|
||||
- Create update plugin to allow for easy updating to next version
|
||||
|
||||
## Before starting to contribute
|
||||
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.
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
Updating libreǝvent is important to keep it secure, performant and bug-free. Currently, updating libreevent involves manually uploading the new files.
|
||||
|
||||
**IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.**
|
||||
**IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.**
|
||||
|
||||
There are currently no updates available, this section will be expanded, once there is.
|
||||
Reference in New Issue
Block a user