chore: Improve bug report issue template

- Combine version fields into 1
- Add field for recyclarr logs
pull/151/head
Robert Dailey 2 years ago
parent 94e55b6182
commit c78daecec7

@ -10,18 +10,17 @@ body:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true
- type: textarea - type: textarea
validations: { required: true }
attributes: attributes:
label: Current Behavior label: Current Behavior
description: A concise description of what you're experiencing. description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea - type: textarea
validations: { required: true }
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: A concise description of what you expected to happen. description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea - type: textarea
validations: { required: true }
attributes: attributes:
label: Steps To Reproduce label: Steps To Reproduce
description: Steps to reproduce the behavior. description: Steps to reproduce the behavior.
@ -30,33 +29,45 @@ body:
2. With this config... 2. With this config...
3. Run '...' 3. Run '...'
4. See error... 4. See error...
validations: - type: textarea
required: true validations: { required: true }
- type: input
attributes:
label: Environment
description: OS and version + Docker if you're using it.
validations:
required: true
- type: input
attributes: attributes:
label: Recyclarr Version label: Environment & Versions
description: What version of Recyclarr are you using? render: bash
validations: description: |
required: true Please provide information about your environment below. If certain information is not
- type: input relevant to your issue, you may omit it. Feel free to add more information than what is
shown here as well, especially if it's directly related to the issue and will help debug the
problem and/or find a solution.
Examples:
- Operating System: `Windows 10 / Ubuntu 22.04 / Docker`
- Recyclarr Version: `v3.0.0`
- Sonarr Version: `3.0.9.1549`
- Radarr Version: `4.3.0.6671`
value: |
- Operating System:
- Recyclarr Version:
- Sonarr Version:
- Radarr Version:
- type: textarea
validations: { required: true }
attributes: attributes:
label: Sonarr/Radarr Version label: Recyclarr Log File(s)
description: What version of Sonarr and/or Radarr are you using (if applicable)? placeholder: Drag & Drop your Recyclarr log file(s) here.
validations: description: >
required: false 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 - type: textarea
validations: { required: true }
attributes: attributes:
label: Configuration YAML label: Configuration YAML
render: YAML
description: > description: >
Provide your [redacted](https://recyclarr.dev/wiki/troubleshooting/#redact-config) Provide your [redacted](https://recyclarr.dev/wiki/troubleshooting/#redact-config)
`recyclarr.yml` (and others) here using [fenced code configuration YAML here (e.g. `recyclarr.yml`).
blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
- type: textarea - type: textarea
attributes: attributes:
label: Sonarr / Radarr Logs label: Sonarr / Radarr Logs

Loading…
Cancel
Save