Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

name: Bug report
description: Create an issue to help us improve
title: '[BUG] <Software> - <Summary>'
labels: ['BUG','TRIAGE']
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: Bug Description
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: System Setup
description: Describe your system and software setup. Include any critical video, audio, and model files.
validations:
required: true

- type: textarea
attributes:
label: Reproducible Steps
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.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Feature Request
description: File a feature request.
title: '[FEATURE]: <Software> - <Summary>'
labels: ['FEATURE','TRIAGE']
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.
validations:
required: true

- type: textarea
attributes:
label: Solution Description
description: If you have a solution in mind, please describe it.

- type: textarea
attributes:
label: Alternative Description
description: Have you considered any alternative solutions or workarounds?
Loading