Skip to content

Commit

Permalink
added bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Dec 18, 2023
1 parent 9f70e97 commit 46a7e1f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug Report
description: Something is not working (video, audio, gamepad, crash, etc...)
body:
- type: textarea
attributes:
label: Bug Description
description: What kind of incorrect behavior did you see?
placeholder: "Example: I can't see video output when I start streaming"
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
description: Can you reproduce the issue? If so, please share below as steps.
placeholder: |
Example:
1. Select computer
2. Open "desktop" in the apps list
3. Wait for the connection to be established
4. Seeing black screen without video
- type: textarea
attributes:
label: Expected Behavior
description: What is the correct behavior do you think?
placeholder: "Seeing video output of my computer screen"

0 comments on commit 46a7e1f

Please sign in to comment.