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.
67 lines
2.2 KiB
67 lines
2.2 KiB
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: input
|
|
attributes:
|
|
label: Sonarr/Radarr Version
|
|
description: What version of Sonarr and/or Radarr are you using (if applicable)?
|
|
validations:
|
|
required: false
|
|
- 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).
|