From e32a6c510fb7b545be2d91fafcd06f63a158d4df Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 31 Oct 2022 11:31:14 -0500 Subject: [PATCH] chore: New feature request issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 21 ++++++++++++++------- .github/ISSUE_TEMPLATE/feature.yml | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 700e26d3..75dbc22a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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). diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..8e621309 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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