Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,37 @@
name: Bug Report
name: Bug report
description: Create an issue to help us improve
title: '[BUG] <Software> - <Summary>'
labels: ['BUG', 'TRIAGE']
title: "[Bug]: "
labels: ["bug"]
type: "Bug"
body:
- type: markdown
attributes:
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.

value: |
Please provide all the necessary information to expedite the response.
- type: textarea
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
attributes:
label: Software Version
description: Software version, branch, or tag in the DLStreamer Repository
placeholder: v2026.0.0 / main branch
validations:
required: true
- type: dropdown
attributes:
label: Operating System
description: What OS are you using?
options:
- Ubuntu 22.04 (LTS)
- Ubuntu 24.04 (LTS)
- Windows System
- Other (Please specify in description)
validations:
required: true

- type: textarea
attributes:
Expand All @@ -27,8 +46,3 @@ body:
description: Describe how we can reproduce your issue.
validations:
required: true

- type: textarea
attributes:
label: Root Cause Analysis
description: Provide any initial triage, if possible.
23 changes: 13 additions & 10 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
name: Feature Request
description: File a feature request.
title: '[FEATURE]: <Software> - <Summary>'
labels: ['FEATURE', 'TRIAGE']
description: File a feature request.
title: '[FEATURE]: '
labels: ['feature']
type: "Feature"
body:

- type: markdown
attributes:
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.

- type: textarea
attributes:
label: Feature Description
description: A clear and concise description of the problem or missing capability.
description: A clear and concise description of the problem or missing capability.
validations:
required: true

- type: input
attributes:
label: Current Software Version
description: |
What version are you currently using? This helps us understand your context and avoid suggesting features that may already exist in newer versions.
placeholder: v2026.0.0 / main branch
validations:
required: false
- type: textarea
attributes:
label: Solution Description
Expand Down
Loading