HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/librepanel-backup/.github/CONTRIBUTING.md
# Contribution

Before you start working on a PR, contact us via [Discord](https://discord.librepanel.org) or the forum at [https://forum.librepanel.org](https://forum.librepanel.org) to get a clue whether someone else isn't already working on it or if we don not want/need this certain change. Of course, bugfixes are always welcome.

Please always focus on the **main** branch of our [Github repository](https://github.com/LibrePanel/LibrePanel).

## Checklist

General rules for PRs are:

* Please save us all some trouble and unnecessary round-trips by _testing_ your changes.
* Re-write your commit history to provide a CLEAN history!
    * i.e. do not provide PRs which contain a commit that changes something, the next changes it back, a third one changes it again, only a little differently...

Thanks!

### Service changes

If you make changes to the functionality of service configurations, please make sure your implementation covers all supported services and distributions.

### l10n

If you add new language strings, please make sure you add the english fallback strings in `lng/en.php`.

### New settings and database-layout changes

If you add new settings or implement database-changes, please make sure you add these to

* `install/librepanel.sql.php`
* handle the update (see [`install/updates/librepanel/update_2.x.inc.php`](https://github.com/LibrePanel/LibrePanel/blob/main/install/updates/librepanel/update_2.x.inc.php))
* if you have any question on how update-process works, please contact us