-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |