chore: New feature request issue template

commitlint
Robert Dailey 2 years ago
parent bb03b512b9
commit e32a6c510f

@ -14,13 +14,13 @@ body:
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: validations:
required: false required: true
- type: textarea - type: textarea
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: validations:
required: false required: true
- type: textarea - type: textarea
attributes: attributes:
label: Steps To Reproduce label: Steps To Reproduce
@ -31,23 +31,30 @@ body:
3. Run '...' 3. Run '...'
4. See error... 4. See error...
validations: validations:
required: false required: true
- type: input - type: input
attributes: attributes:
label: Environment label: Environment
description: OS and version + Docker if you're using it. description: OS and version + Docker if you're using it.
validations: validations:
required: false required: true
- type: input
attributes:
label: Recyclarr Version
description: What version of Recyclarr are you using?
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Configuration YAML label: Configuration 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 `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) 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
description: > description: >
If the issue is related to an issue on the Sonarr or Radarr side, provide the logs here as an attachment If the issue is related to an issue on the Sonarr or Radarr side, provide the logs here as
or [fenced code block](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). 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).

@ -0,0 +1,18 @@
name: Feature Request
description: Want to see a new feature or an improvement to existing feature?
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: >
Please search to see if an issue already exists for the feature/improvement you want.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Feature Description
description: A concise description of what feature or improvement you want.
validations:
required: true
Loading…
Cancel
Save