|
| 1 | +name: Bug Report |
| 2 | +description: "File a bug report" |
| 3 | +title: "[Bug] " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +assignees: |
| 6 | + - Chris-RH |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: Thanks for taking the time to fill out this bug report. |
| 11 | + - type: markdown |
| 12 | + attributes: |
| 13 | + value: "## Please do not link to or attach project files here!" |
| 14 | + - type: markdown |
| 15 | + attributes: |
| 16 | + value: Instead please send a link via email to [[email protected]](mailto:[email protected]) quoting this issue in your email's subject (i.e. '[Bug] Something isn't quite right \#1234') and providing a link to the issue in your message. |
| 17 | + - type: input |
| 18 | + id: unity-version |
| 19 | + attributes: |
| 20 | + label: Unity Version |
| 21 | + description: The specific version of the Unity editor you are using. |
| 22 | + placeholder: "e.g. 2021.3.27f1" |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: dropdown |
| 26 | + id: avprodecklink-edition |
| 27 | + attributes: |
| 28 | + label: AVPro DeckLink edition |
| 29 | + options: |
| 30 | + - Trial |
| 31 | + - Full |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: input |
| 35 | + id: avprodecklink-version |
| 36 | + attributes: |
| 37 | + label: AVPro Decklink Version |
| 38 | + description: The version of the AVPro DeckLink plugin you are using. |
| 39 | + placeholder: "e.g. 1.9.8" |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: input |
| 43 | + id: desktopvideo-version |
| 44 | + attributes: |
| 45 | + label: Desktop Video version |
| 46 | + description: The version of Desktop Video you are using. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: input |
| 50 | + id: os-version |
| 51 | + attributes: |
| 52 | + label: Which Windows version(s) are you using? |
| 53 | + description: Please provide the OS version for each platform you're reporting this issue for. |
| 54 | + placeholder: "e.g. Windows 10" |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: dropdown |
| 58 | + id: graphics-apis |
| 59 | + attributes: |
| 60 | + label: Which graphics API(s) are you using? |
| 61 | + description: You may select more than one. |
| 62 | + options: |
| 63 | + - Direct3D 11 |
| 64 | + - Direct3D 12 |
| 65 | + multiple: true |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + - type: textarea |
| 69 | + id: decklink-device |
| 70 | + attributes: |
| 71 | + label: Decklink device model |
| 72 | + description: Please provide details of the DeckLink device you're using. |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + - type: textarea |
| 76 | + id: cables |
| 77 | + attributes: |
| 78 | + label: Cables used |
| 79 | + description: Please provide details of the cables you are using. |
| 80 | + validations: |
| 81 | + required: true |
| 82 | + - type: textarea |
| 83 | + id: video-mode |
| 84 | + attributes: |
| 85 | + label: Video mode |
| 86 | + description: Please provide the full specification of the video mode you are using, including: resolution, framerate, and pixel format. |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + - type: textarea |
| 90 | + id: issue |
| 91 | + attributes: |
| 92 | + label: The issue |
| 93 | + description: Please describe the issue, how to reproduce it and what you expected the outcome to be. |
| 94 | + validations: |
| 95 | + required: true |
| 96 | + - type: textarea |
| 97 | + id: logs |
| 98 | + attributes: |
| 99 | + label: Log output |
| 100 | + description: Please provide any relevant log output here. |
| 101 | + render: shell |
| 102 | + validations: |
| 103 | + required: false |
0 commit comments