mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 14:19:01 +00:00
48 lines
2 KiB
YAML
48 lines
2 KiB
YAML
body:
|
|
- type: dropdown
|
|
id: how-are-you-running-renovate
|
|
attributes:
|
|
label: How are you running Renovate?
|
|
options:
|
|
- 'A Mend.io-hosted app'
|
|
- 'Self-hosted Renovate'
|
|
|
|
- type: input
|
|
id: self-hosted-version
|
|
attributes:
|
|
label: If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: the-question
|
|
attributes:
|
|
label: Please tell us more about your question or problem
|
|
description: |
|
|
Remember to [follow these guidelines](https://github.com/renovatebot/renovate/blob/main/docs/development/help-us-help-you.md) for maximum effectiveness.
|
|
Include a [minimal reproduction](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md) if you think you found a bug.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: debug-logs
|
|
attributes:
|
|
label: Logs (if relevant)
|
|
description: |
|
|
If you're running self-hosted, run with `LOG_LEVEL=debug` in your environment variables and search for whatever dependency/branch/PR that is causing the problem.
|
|
If you are using the Renovate App, log into [Renovate's app dashboard](https://developer.mend.io) and locate the correct job log for when the problem occurred (e.g. when the PR was created).
|
|
Try to paste the *relevant* logs here, not the entire thing and not just a link to the dashboard (others don't have permissions to view them).
|
|
If you're not sure about the relevant parts of the log, then feel free to post the full log to a [Github Gist](https://gist.github.com/) and link to it.
|
|
Try to highlight the important logs into the issue itself.
|
|
value: |
|
|
<details><summary>Logs</summary>
|
|
|
|
```
|
|
|
|
Replace this text with your logs, between the starting and ending triple backticks
|
|
|
|
```
|
|
|
|
</details>
|
|
validations:
|
|
required: false
|