You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.3 KiB
65 lines
2.3 KiB
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### ⚠️ Before opening a discussion:
|
|
|
|
- [Check the troubleshooting guide](https://gethomepage.dev/troubleshooting/).
|
|
- [Search existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) [and discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions) (including closed ones!).
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of the issue or question. If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: homepage version
|
|
placeholder: e.g. v0.4.18 (4ea2798)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: install-method
|
|
attributes:
|
|
label: Installation method
|
|
options:
|
|
- Docker
|
|
- Unraid
|
|
- Source
|
|
- Other (please describe above)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: config
|
|
attributes:
|
|
label: Configuration
|
|
description: Please provide any relevant service, widget or otherwise related configuration here
|
|
render: yaml
|
|
- type: textarea
|
|
id: container-logs
|
|
attributes:
|
|
label: Container Logs
|
|
description: Please review and provide any logs from the container, if relevant
|
|
- type: textarea
|
|
id: browser-logs
|
|
attributes:
|
|
label: Browser Logs
|
|
description: Please review and provide any logs from the browser, if relevant
|
|
- type: textarea
|
|
id: troubleshooting
|
|
attributes:
|
|
label: Troubleshooting
|
|
description: Please include output from your [troubleshooting tests](https://gethomepage.dev/more/troubleshooting/#service-widget-errors), if relevant.
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## ⚠️ STOP ⚠️
|
|
|
|
Before you submit this support request, please ensure you have entered your configuration files and actually followed the steps from the troubleshooting guide linked above, if relevant. The troubleshooting steps often help to solve the problem.
|
|
|
|
*Please remember that this project is maintained by regular people **just like you**, so if you don't take the time to fill out the requested information, don't expect a reply back.*
|