diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f2585276..befd4f41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,6 +60,26 @@ body: validations: required: true + - type: input + id: environment + attributes: + label: Environment Details + description: | + Tell us where Karakeep is running, and reverse proxy (e.g. Docker, Bare linux, Proxmox, Unraid, K8s, Cloud). + placeholder: (eg. Docker on Ubuntu 22.04 behind Caddy, or Proxmox LXC) + validations: + required: false + + - type: textarea + id: containerlogs + attributes: + label: Debug Logs + description: | + Please provide relevant logs where possible + placeholder: (paste logs here) + validations: + required: false + - type: checkboxes id: confirm-troubleshooting attributes: |
