aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index c02ca80f..befd4f41 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -60,12 +60,32 @@ 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:
label: Have you checked the troubleshooting guide?
description: |
- We have a troubleshooting guide that you can find [here](https://docs.karakeep.app/next/troubleshooting). Please check it out as you might find a solution to your problem.
+ We have a troubleshooting guide that you can find [here](https://docs.karakeep.app/administration/troubleshooting). Please check it out as you might find a solution to your problem.
options:
- label: I have checked the troubleshooting guide and I haven't found a solution to my problem
required: true