From 068652340014234be3109a38ac173997b692ace1 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 17 Aug 2024 13:36:02 +0200 Subject: [PATCH] [mirotalksfu] - imporve issue template --- .github/ISSUE_TEMPLATE/1-bug.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 2a10d805..a78aa5d8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -60,19 +60,21 @@ body: - type: textarea attributes: label: Relevant log output - description: Please copy and paste any relevant log output. The browser console logs (if applicable) is a good start. This will be automatically formatted into code, so no need for backticks. + description: Please copy and paste any relevant log output. The browser console logs (if applicable) are a good start. This will be automatically formatted into code, so no need for backticks. render: shell - type: markdown attributes: value: "**Please indicate whether the problem is reproducible on sfu.mirotalk.com.**" - - type: checkboxes + - type: dropdown attributes: label: Reproducibility description: Is the bug reproducible on sfu.mirotalk.com? options: - - label: Yes - - label: No + - Yes + - No + validations: + required: true - type: textarea attributes: label: Additional context @@ -82,4 +84,4 @@ body: value: | **Attach images or screenshots** - If applicable, you can drag and drop images directly into this issue. Screenshots or videos can help illustrate the problem clearly. \ No newline at end of file + If applicable, you can drag and drop images directly into this issue. Screenshots or videos can help illustrate the problem clearly.