diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-12-29 17:44:40 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-12-29 17:56:56 +0000 |
| commit | a1c62e5be4212709154337a932ec7ff8920d89a2 (patch) | |
| tree | 18ac14020c41790718e24db68384909c418026e0 /.github | |
| parent | 27b3f9d17958d76ced902787e387c15db720af0a (diff) | |
| download | karakeep-a1c62e5be4212709154337a932ec7ff8920d89a2.tar.zst | |
docs: Add troubleshooting guide
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bc9de30d..7b19ef6b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: value: | Thanks for taking the time to fill out a bug report! Please note that this form is for reporting bugs in existing supported functionality. - + If you are reporting something that's not an issue in functionality we've previously supported and/or is simply something different to your expectations, then it may be more appropriate to raise via a feature or support request instead. - type: textarea id: description @@ -59,3 +59,13 @@ body: placeholder: (eg. v0.18.0) validations: required: true + + - 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.hoarder.app/next/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 |
