Skip to content

Commit

Permalink
github: Add Issue template for bug reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpv authored Feb 11, 2023
1 parent e979ee6 commit 8b1e96f
Showing 1 changed file with 53 additions and 0 deletions.
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.

0 comments on commit 8b1e96f

Please sign in to comment.