Skip to content

Commit 6e4ccec

Browse files
authored
Modify templates for bug and feature reporting. (#753)
* Modify templates for bug and feature reporting. * Modify templates for bug and feature reporting. * specify windows option
1 parent b50044e commit 6e4ccec

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
1-
name: Bug Report
1+
name: Bug report
22
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"
56
body:
67
- type: markdown
78
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.
1011
- type: textarea
1112
attributes:
1213
label: Bug Description
1314
description: A clear and concise description of what the bug is.
1415
validations:
1516
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
1635

1736
- type: textarea
1837
attributes:
@@ -27,8 +46,3 @@ body:
2746
description: Describe how we can reproduce your issue.
2847
validations:
2948
required: true
30-
31-
- type: textarea
32-
attributes:
33-
label: Root Cause Analysis
34-
description: Provide any initial triage, if possible.

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
name: Feature Request
22
description: File a feature request.
3-
title: '[FEATURE]: <Software> - <Summary>'
4-
labels: ['FEATURE', 'TRIAGE']
3+
title: '[FEATURE]: '
4+
labels: ["feature"]
5+
type: "Feature"
56
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-
117
- type: textarea
128
attributes:
139
label: Feature Description
1410
description: A clear and concise description of the problem or missing capability.
1511
validations:
1612
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.
18+
placeholder: v2026.0.0 / main branch
19+
validations:
20+
required: false
1821
- type: textarea
1922
attributes:
2023
label: Solution Description

0 commit comments

Comments
 (0)