mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
improve(?) bugreport template
This commit is contained in:
parent
d9d2a09282
commit
bdf060236a
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -11,31 +11,38 @@ NOTE:
|
||||||
all of the below are optional, consider them as inspiration, delete and rewrite at will, thx md
|
all of the below are optional, consider them as inspiration, delete and rewrite at will, thx md
|
||||||
|
|
||||||
|
|
||||||
**Describe the bug**
|
### Describe the bug
|
||||||
a description of what the bug is
|
a description of what the bug is
|
||||||
|
|
||||||
**To Reproduce**
|
### To Reproduce
|
||||||
List of steps to reproduce the issue, or, if it's hard to reproduce, then at least a detailed explanation of what you did to run into it
|
List of steps to reproduce the issue, or, if it's hard to reproduce, then at least a detailed explanation of what you did to run into it
|
||||||
|
|
||||||
**Expected behavior**
|
### Expected behavior
|
||||||
a description of what you expected to happen
|
a description of what you expected to happen
|
||||||
|
|
||||||
**Screenshots**
|
### Screenshots
|
||||||
if applicable, add screenshots to help explain your problem, such as the kickass crashpage :^)
|
if applicable, add screenshots to help explain your problem, such as the kickass crashpage :^)
|
||||||
|
|
||||||
**Server details**
|
### Server details (if you are using docker/podman)
|
||||||
if the issue is possibly on the server-side, then mention some of the following:
|
remove the ones that are not relevant:
|
||||||
* server OS / version:
|
* **server OS / version:**
|
||||||
* python version:
|
* **how you're running copyparty:** (docker/podman/something-else)
|
||||||
* copyparty arguments:
|
* **docker image:** (variant, version, and arch if you know)
|
||||||
* filesystem (`lsblk -f` on linux):
|
* **copyparty arguments and/or config-file:**
|
||||||
* run copyparty with `--version` and copy the last 3 lines
|
|
||||||
|
|
||||||
**Client details**
|
### Server details (if you're NOT using docker/podman)
|
||||||
|
remove the ones that are not relevant:
|
||||||
|
* **server OS / version:**
|
||||||
|
* **what copyparty did you grab:** (sfx/exe/pip/aur/...)
|
||||||
|
* **how you're running it:** (in a terminal, as a systemd-service, ...)
|
||||||
|
* run copyparty with `--version` and grab the last 3 lines (they start with `copyparty`, `CPython`, `sqlite`) and paste them below this line:
|
||||||
|
* **copyparty arguments and/or config-file:**
|
||||||
|
|
||||||
|
### Client details
|
||||||
if the issue is possibly on the client-side, then mention some of the following:
|
if the issue is possibly on the client-side, then mention some of the following:
|
||||||
* the device type and model:
|
* the device type and model:
|
||||||
* OS version:
|
* OS version:
|
||||||
* browser version:
|
* browser version:
|
||||||
|
|
||||||
**Additional context**
|
### Additional context
|
||||||
any other context about the problem here
|
any other context about the problem here
|
||||||
|
|
Loading…
Reference in a new issue