Skip to content

Commit 75f8c9e

Browse files
authored
Modify templates for bug and feature reporting.
1 parent 6ed8ca6 commit 75f8c9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
required: true
1717
- type: input
1818
attributes:
19-
label: Software Version
19+
label: Software Version
2020
description: Software version, branch, or tag in the DLStreamer Repository
2121
placeholder: v2026.0.0 / main branch
2222
validations:

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Feature Request
2-
description: File a feature request.
2+
description: File a feature request.
33
title: '[FEATURE]: '
4-
labels: ['feature']
4+
labels: ["feature"]
55
type: "Feature"
66
body:
77
- type: textarea
88
attributes:
99
label: Feature Description
10-
description: A clear and concise description of the problem or missing capability.
10+
description: A clear and concise description of the problem or missing capability.
1111
validations:
1212
required: true
1313
- type: input

0 commit comments

Comments
 (0)