chore: New feature request issue template

commitlint
Robert Dailey 2 years ago
parent bb03b512b9
commit e32a6c510f

@ -14,13 +14,13 @@ body:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
required: true
- type: textarea
attributes:
label: Steps To Reproduce
@ -31,23 +31,30 @@ body:
3. Run '...'
4. See error...
validations:
required: false
required: true
- type: input
attributes:
label: Environment
description: OS and version + Docker if you're using it.
validations:
required: false
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)
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).
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).

@ -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