Skip to content

Commit 7502060

Browse files
dabrain34GStreamer Marge Bot
authored andcommitted
gitlab: add issue template
Use the same bug template as in gstreamer repository Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1277>
1 parent 1df5b0d commit 7502060

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
### Describe your issue
2+
<!-- a clear and concise summary of the bug. -->
3+
<!-- For any GStreamer usage question, please contact the community using the #gstreamer channel on IRC https://www.oftc.net/ or the mailing list on https://gstreamer.freedesktop.org/lists/ -->
4+
5+
#### Expected Behavior
6+
<!-- What did you expect to happen -->
7+
8+
#### Observed Behavior
9+
<!-- What actually happened -->
10+
11+
#### Setup
12+
- **Operating System:**
13+
- **Device:** Computer / Tablet / Mobile / Virtual Machine <!-- Delete as appropriate !-->
14+
- **gstreamer-rs Version:**
15+
- **GStreamer Version:**
16+
- **Command line:**
17+
18+
### Steps to reproduce the bug
19+
<!-- please fill in exact steps which reproduce the bug on your system, for example: -->
20+
1. open terminal
21+
2. type `command`
22+
23+
### How reproducible is the bug?
24+
<!-- The reproducibility of the bug is Always/Intermittent/Only once after doing a very specific set of steps-->
25+
26+
### Screenshots if relevant
27+
28+
### Solutions you have tried
29+
30+
### Related non-duplicate issues
31+
32+
### Additional Information
33+
<!-- Any other information such as logs. Make use of <details> for long output -->

0 commit comments

Comments
 (0)