From e68b67f6d4ef6bb7d7b223c377fd736bac2db2fc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 28 May 2024 15:20:33 +0300 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 62 +++++++++++++++++----------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c402a19fe..0cc9fa776 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +1,38 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - -**Expected behavior** - -**Actual behavior** - -**Steps to reproduce or test case** - -**Redis version** - -**Redisson version** - -**Redisson configuration** +name: 🐞 Bug +description: Create a report to help us improve +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue. + + Upgrade to [Redisson PRO](https://redisson.pro) with **advanced features** and **support with SLA**. + - type: input + attributes: + label: Redis version + validations: + required: true + - type: input + attributes: + label: Redisson version + validations: + required: true + - type: input + attributes: + label: Redisson configuration + validations: + required: true + - type: textarea + attributes: + label: What is the Expected behavior? + description: If possible please provide textual output instead of screenshots. + - type: textarea + attributes: + label: What is the Actual behavior? + description: If possible please provide textual output instead of screenshots. + validations: + required: true + - type: textarea + attributes: + label: Additional information + description: Tell us anything else you think we should know.