From acce098e0274d79f3559716582b89cc3d7670ca5 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 17 Jul 2021 08:14:36 -0400 Subject: [PATCH] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ---------------- .github/ISSUE_TEMPLATE/bug_report.yml | 67 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bcc728df5..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Bug Report -about: Support Requests will be closed immediately, if you are not 100% certain this is a bug please go to our Reddit or Discord first. Exceptions do not mean you found a bug! -title: '' -labels: 'Type: Bug' -assignees: '' - ---- - -**Describe the bug** - - - -**To Reproduce** - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** - - -**Screenshots** - - -**Platform Information (please complete the following information):** - - - OS: - - Docker: - - .NET Version (System -> Status): - - Browser and Version (Only needed for UI issues): - - Prowlarr Version: - - Prowlarr Branch: - -Turn on Trace logs under Settings -> General and wait for the bug to occur again. -**Upload the full log file here (or another site (e.g. pastebin) and link it). Issues will be closed, if they do not include this!** - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..0cac76f40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,67 @@ +name: Bug Report +title: "[BUG]: " +description: 'Report a new bug, if you are not 100% certain this is a bug please go to our Reddit or Discord first' +labels: ['Type: Bug', 'Status: Needs Triage'] +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 + attributes: + label: Current Behavior + description: A concise description of what you're experiencing. + validations: + required: true +- type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: true +- type: textarea + 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... + validations: + required: false +- type: textarea + attributes: + label: Environment + description: | + examples: + - **OS**: Ubuntu 20.04 + - **Prowlarr**: Prowlarr 0.1.0.650 + value: | + - OS: + - Prowlarr: + render: markdown + validations: + required: true +- type: dropdown + attributes: + label: What branch are you running? + options: + - Master + - Develop + - Nightly + - Other (This issue will be closed) + validations: + required: true +- type: textarea + attributes: + label: Anything else? + description: | + Logs? Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: true