You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yaml
+24-10Lines changed: 24 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,37 @@
1
-
name: Bug Report
1
+
name: Bug report
2
2
description: Create an issue to help us improve
3
-
title: '[BUG] <Software> - <Summary>'
4
-
labels: ['BUG', 'TRIAGE']
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
type: "Bug"
5
6
body:
6
7
- type: markdown
7
8
attributes:
8
-
value: <br>To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates.
9
-
9
+
value: |
10
+
Please provide all the necessary information to expedite the response.
10
11
- type: textarea
11
12
attributes:
12
13
label: Bug Description
13
14
description: A clear and concise description of what the bug is.
14
15
validations:
15
16
required: true
17
+
- type: input
18
+
attributes:
19
+
label: Software Version
20
+
description: Software version, branch, or tag in the DLStreamer Repository
21
+
placeholder: v2026.0.0 / main branch
22
+
validations:
23
+
required: true
24
+
- type: dropdown
25
+
attributes:
26
+
label: Operating System
27
+
description: What OS are you using?
28
+
options:
29
+
- Ubuntu 22.04 (LTS)
30
+
- Ubuntu 24.04 (LTS)
31
+
- Windows 11
32
+
- Other (Please specify in description)
33
+
validations:
34
+
required: true
16
35
17
36
- type: textarea
18
37
attributes:
@@ -27,8 +46,3 @@ body:
27
46
description: Describe how we can reproduce your issue.
28
47
validations:
29
48
required: true
30
-
31
-
- type: textarea
32
-
attributes:
33
-
label: Root Cause Analysis
34
-
description: Provide any initial triage, if possible.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yaml
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
1
name: Feature Request
2
2
description: File a feature request.
3
-
title: '[FEATURE]: <Software> - <Summary>'
4
-
labels: ['FEATURE', 'TRIAGE']
3
+
title: '[FEATURE]: '
4
+
labels: ["feature"]
5
+
type: "Feature"
5
6
body:
6
-
7
-
- type: markdown
8
-
attributes:
9
-
value: <br>To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates.
10
-
11
7
- type: textarea
12
8
attributes:
13
9
label: Feature Description
14
10
description: A clear and concise description of the problem or missing capability.
15
11
validations:
16
12
required: true
17
-
13
+
- type: input
14
+
attributes:
15
+
label: Current Software Version
16
+
description: |
17
+
What version are you currently using? This helps us understand your context and avoid suggesting features that may already exist in newer versions.
0 commit comments