diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-01-18 13:17:38 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-01-18 14:37:25 +0000 |
| commit | 2fec9ab65bd4f906edfb2a867c38b1308c615a2d (patch) | |
| tree | c7ac333d8c4d725e7a351b0cf65b2b3053c2150e /.github | |
| parent | 7b5f63285a7952a57fcfc6bc349869752f689b82 (diff) | |
| download | karakeep-2fec9ab65bd4f906edfb2a867c38b1308c615a2d.tar.zst | |
chore: update issue template
Diffstat (limited to '.github')
| -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: |
