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.
77 lines
2.7 KiB
77 lines
2.7 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
|
|
validations: { required: true }
|
|
attributes:
|
|
label: Current Behavior
|
|
description: A concise description of what you're experiencing.
|
|
- type: textarea
|
|
validations: { required: true }
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A concise description of what you expected to happen.
|
|
- type: textarea
|
|
validations: { required: true }
|
|
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...
|
|
- type: textarea
|
|
validations: { required: true }
|
|
attributes:
|
|
label: Environment & Versions
|
|
render: bash
|
|
description: |
|
|
Please provide information about your environment below (only relevant details):
|
|
|
|
- OS are you running on (e.g. Windows 10, Ubuntu 22.04)
|
|
- Your CPU architecture (e.g. arm, arm64, x86, x64)
|
|
- Recyclarr version (e.g. `v3.0.0`)
|
|
- Build of Recyclarr in use (e.g. Docker, `linux-arm64`, `osx-x64`)
|
|
- Sonarr version (e.g. `3.0.9.1549`)
|
|
- Radarr Version: (e.g. `4.3.0.6671`)
|
|
value: |
|
|
- Operating System:
|
|
- Architecture:
|
|
- Recyclarr Version:
|
|
- Recyclarr Build:
|
|
- Sonarr Version:
|
|
- Radarr Version:
|
|
- type: textarea
|
|
validations: { required: true }
|
|
attributes:
|
|
label: Recyclarr Log File(s)
|
|
placeholder: Drag & Drop your Recyclarr log file(s) here.
|
|
description: >
|
|
Attach one or more [log files](https://recyclarr.dev/wiki/troubleshooting#obtaining-debug-logs)
|
|
that are relevant to the issue. Due to the size of these files, I do not recommend pasting
|
|
it here.
|
|
- type: textarea
|
|
validations: { required: true }
|
|
attributes:
|
|
label: Configuration YAML
|
|
render: YAML
|
|
description: >
|
|
Provide your [redacted](https://recyclarr.dev/wiki/troubleshooting/#redact-config)
|
|
configuration YAML here (e.g. `recyclarr.yml`).
|
|
- 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).
|