Work on meta information
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Melody Becker 2025-03-28 13:35:32 +01:00
parent 588849a6c2
commit 37a34720c0
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
3 changed files with 76 additions and 3 deletions

View file

@ -14,9 +14,9 @@ leading up to the problem, your system configuration, and the program logs.
If you're able to reproduce the bug reliably, attaching a debugger to the program,
triggering it, and uploading the results would be very helpful.
This section _should_ tell you how to find your logs, attach the debugger,
and do whatever else you need for a detailed bug report. But nobody filled it out.
Attach a picture of Goatse to your bug reports until we fix this.
For the frontend, the browser tools should be all that's needed.
The backend logs messages to stderr and, if configured, to a rotating log file
as defined in the configuration. The debugger here is [delve](https://github.com/go-delve/delve)
## Feature Requests