|
|
|
name: Bug Report
|
|
|
|
description: Create a report to help us improve
|
|
|
|
labels: [bug]
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Is there an existing issue for this?
|
|
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
|
|
options:
|
|
|
|
- label: I have searched the existing issues
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Current Behavior
|
|
|
|
description: A concise description of what you're experiencing.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
|
|
|
description: A concise description of what you expected to happen.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps To Reproduce
|
|
|
|
description: Steps to reproduce the behavior.
|
|
|
|
placeholder: |
|
|
|
|
1. In this environment...
|
|
|
|
2. With this config...
|
|
|
|
3. Run '...'
|
|
|
|
4. See error...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Environment
|
|
|
|
description: OS and version + Docker if you're using it.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Recyclarr Version
|
|
|
|
description: What version of Recyclarr are you using?
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Configuration YAML
|
|
|
|
description: >
|
|
|
|
Provide your [redacted](https://recyclarr.dev/wiki/troubleshooting/#redact-config)
|
|
|
|
`recyclarr.yml` (and others) here using [fenced code
|
|
|
|
blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Sonarr / Radarr Logs
|
|
|
|
description: >
|
|
|
|
If the issue is related to an issue on the Sonarr or Radarr side, provide the logs here as
|
|
|
|
an attachment or [fenced code
|
|
|
|
block](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
|