Skip to content

Commit

Permalink
[mirotalksfu] - imporve issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 17, 2024
1 parent b49a927 commit 0686523
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
If applicable, you can drag and drop images directly into this issue. Screenshots or videos can help illustrate the problem clearly.

0 comments on commit 0686523

Please sign in to comment.