Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Issue template for bug reporting #833

Merged
merged 4 commits into from
Feb 11, 2023
Merged
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
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,53 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: input
id: os-version
attributes:
label: Operating System Version
description: What Operation System version(s) does this happen on?
placeholder: "[ex: MacOS Monterey 12.6.3, MacOS Ventura 13.2, Ubuntu 22.04.1, Windows 10 22H2, Windows 11 22H2, ...]"
- type: textarea
id: obs-version
attributes:
label: OBS Version
description: What OBS version(s) does this happen on?
placeholder: "[ex: 27.2.4, 28.0, 29.0.2]"
- type: textarea
id: ndi-version
attributes:
label: NDI Tools Version
description: What NDI Tools version(s) does this happen on?
placeholder: "[ex: 4.x, 5.5.3.0]"
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: What are the steps to reliably reproduce this error?
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error"
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.