Skip to content

Commit

Permalink
[gitub] improve bug-description
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Apr 8, 2024
1 parent 881a955 commit 4ade9c0
Showing 1 changed file with 30 additions and 11 deletions.
41 changes: 30 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,29 @@ body:
- type: markdown
attributes:
value: |
Thanks for your feedback. It is invaluable for making `v4l2loopback` a better software.
Thanks for your feedback. It is invaluable for making `v4l2loopback` a
better software.
To help us making the most of your feedback (so we can e.g. fix bugs more quickly), please make sure to provide the information requested in this template.
Also make sure to remove any non-relevant parts (so we can focus on the essential problem).
To help us making the most of your feedback (so we can e.g. fix bugs
more quickly), please make sure to provide the information requested
in this template.
Please keep in mind that the development of `v4l2loopback` is done by volunteers.
They are spending their spare time to give you a hopefully nice product and to help you if you have troubles - for free.
Please keep in mind that the development of `v4l2loopback` is done by
volunteers.
They are spending their spare time to give you a hopefully nice product
and to help you if you have troubles - for free.
If you are experiencing interoperability problems with a commercial
product, contact *their* support first.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an (open or closed) issue already exists for the bug you encountered.
description: |
Please search to see if an (open or closed) issue already exists for
the bug you encountered.
If so, consider adding more information to the existing issue, rather
than creating a new one.
options:
- label: I have searched the existing issues
required: true
Expand All @@ -28,9 +39,13 @@ body:
type: textarea
attributes:
label: Detail
description: What went wrong?
description: |
What went wrong?
If you are using additional software (e.g. `obs-studio`, `ffmpeg`, ...)
please make sure to include full version information (and - if it is
not a very common product - a link to their webpage).
placeholder: |
What did you do (step by step)? what did you expect? what happened?
What did you do (step by step)? What did you expect? What happened?
render: markdown
validations:
required: true
Expand All @@ -40,7 +55,9 @@ body:
attributes:
label: v4l2loopback version
description: |
What is the exact version of v4l2loopback you are using? (e.g. as reported by `sudo dmesg | grep -i "v4l2loopback driver version"` or `git describe`)
What is the exact version of v4l2loopback you are using? (e.g. as
reported by `sudo dmesg | grep -i "v4l2loopback driver version"`
or `git describe`)
placeholder: |
e.g. v0.13.1-10-g2014627
validations:
Expand All @@ -51,7 +68,8 @@ body:
attributes:
label: kernel version
description: |
What is the exact version of the linux kernel you are using? (reported via `uname -a`)
What is the exact version of the linux kernel you are using? (reported
via `uname -a`)
placeholder: |
e.g. Linux umlautT 6.7.9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.7.9-2 (2024-03-13) x86_64 GNU/Linux
validations:
Expand All @@ -74,7 +92,8 @@ body:
attributes:
label: OS Version
description: |
Which version of the Operating System are you using?
Which distribution/version are you using?
(numeric versions are much preferred over codenames)
placeholder: |
e.g. Ubuntu/4.10 "Warty"
Expand Down

0 comments on commit 4ade9c0

Please sign in to comment.