|
| 1 | +name: Bug report (Labs Infrastructure) |
| 2 | +description: Create a report to help us fix something within labs itself (for specific components - comment on the Experiment's issue) |
| 3 | +labels: ["bug :bug:"] |
| 4 | +body: |
| 5 | +- type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ## Before you begin |
| 9 | + 🚨 **Please do not skip instructions**🚨 |
| 10 | + |
| 11 | + This info is essential for investigating your bug report. Issues with missing information may be closed without investigation. |
| 12 | + |
| 13 | + If you're uncertain about a problem, find or start a [Questions & Answers](https://github.com/CommunityToolkit/Labs-Windows/discussions/categories/q-a) discussion, where you can get insight from the community regarding your issue. |
| 14 | +
|
| 15 | + This form is for reporting issues with the Labs infrastructure, template, or Sample app itself and not individual experiments. |
| 16 | +
|
| 17 | + If you have an issue about a specific **Experiment**, please find it's issue and comment there. |
| 18 | + |
| 19 | +- type: textarea |
| 20 | + id: description |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + attributes: |
| 24 | + label: Describe the bug |
| 25 | + description: A clear and concise description of what the bug is. |
| 26 | +- type: textarea |
| 27 | + id: repro-steps |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + attributes: |
| 31 | + label: Steps to reproduce |
| 32 | + render: text |
| 33 | + description: Provide steps to reproduce the issue, or let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...) |
| 34 | + placeholder: | |
| 35 | + A repro from the sample app expedites the process of discovering, resolving, and validating bug fixes. |
| 36 | + Provide code-snippets or XAML snippets as appropriate. |
| 37 | +
|
| 38 | + Example repro steps: |
| 39 | + 1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...) |
| 40 | + 2. Go to '...' |
| 41 | + 3. Click on '....' |
| 42 | + 4. Scroll down to '....' |
| 43 | + 5. See error |
| 44 | +- type: textarea |
| 45 | + id: expected-behavior |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + attributes: |
| 49 | + label: Expected behavior |
| 50 | + description: A clear and concise description of what you expected to happen. |
| 51 | +- type: textarea |
| 52 | + id: screenshots |
| 53 | + attributes: |
| 54 | + label: Screenshots |
| 55 | + description: If applicable, add screenshots to help explain your problem. |
| 56 | +- type: checkboxes |
| 57 | + id: platform |
| 58 | + attributes: |
| 59 | + label: Code Platform |
| 60 | + description: Check the platforms where you see the issue occur. |
| 61 | + options: |
| 62 | + - label: UWP |
| 63 | + - label: WinAppSDK / WinUI 3 |
| 64 | + - label: Web Assembly (WASM) |
| 65 | + - label: Android |
| 66 | + - label: iOS |
| 67 | + - label: MacOS |
| 68 | + - label: Linux / GTK |
| 69 | +- type: checkboxes |
| 70 | + id: environment-windows-build |
| 71 | + attributes: |
| 72 | + label: Windows Build Number |
| 73 | + description: Check one or more of the following options (if applicable) |
| 74 | + options: |
| 75 | + - label: Windows 10 1809 (Build 17763) |
| 76 | + - label: Windows 10 1903 (Build 18362) |
| 77 | + - label: Windows 10 1909 (Build 18363) |
| 78 | + - label: Windows 10 2004 (Build 19041) |
| 79 | + - label: Windows 10 20H2 (Build 19042) |
| 80 | + - label: Windows 10 21H1 (Build 19043) |
| 81 | + - label: Windows 11 21H2 (Build 22000) |
| 82 | + - label: Other (specify) |
| 83 | +- type: input |
| 84 | + id: environment-windows-build-other-build-number |
| 85 | + attributes: |
| 86 | + label: Other Windows Build number |
| 87 | + description: If applicable, another Windows build number not listed (such as an Insider build) |
| 88 | +- type: checkboxes |
| 89 | + id: environment-app-min-target-version |
| 90 | + attributes: |
| 91 | + label: App minimum and target SDK version |
| 92 | + description: Check one or more of the following options |
| 93 | + options: |
| 94 | + - label: Windows 10, version 1809 (Build 17763) |
| 95 | + - label: Windows 10, version 1903 (Build 18362) |
| 96 | + - label: Windows 10, version 1909 (Build 18363) |
| 97 | + - label: Windows 10, version 2004 (Build 19041) |
| 98 | + - label: Other (specify) |
| 99 | +- type: input |
| 100 | + id: environment-app-min-target-other-build-number |
| 101 | + attributes: |
| 102 | + label: Other SDK version |
| 103 | + description: If applicable, another SDK version not listed (such as an Insider SDK) |
| 104 | +- type: dropdown |
| 105 | + id: visual-studio-version |
| 106 | + attributes: |
| 107 | + multiple: true |
| 108 | + label: Visual Studio Version |
| 109 | + description: Check one or more of the following options |
| 110 | + options: |
| 111 | + - 2022 |
| 112 | + - Preview |
| 113 | +- type: input |
| 114 | + id: visual-studio-exact-build |
| 115 | + attributes: |
| 116 | + label: Visual Studio Build Number |
| 117 | + description: What's the exact build number? (Found in Visual Studio under Help -> About Microsoft Visual Studio) |
| 118 | +- type: dropdown |
| 119 | + id: form-factor |
| 120 | + attributes: |
| 121 | + multiple: true |
| 122 | + label: Device form factor |
| 123 | + description: Check one or more of the following options |
| 124 | + options: |
| 125 | + - Desktop |
| 126 | + - Xbox |
| 127 | + - Surface Hub |
| 128 | + - IoT |
| 129 | + - Mobile |
| 130 | +- type: textarea |
| 131 | + id: additional-context |
| 132 | + attributes: |
| 133 | + label: Additional context |
| 134 | + description: Add any other context about the problem here. |
| 135 | +- type: dropdown |
| 136 | + id: contribution |
| 137 | + validations: |
| 138 | + required: true |
| 139 | + attributes: |
| 140 | + label: Help us help you |
| 141 | + description: Would you like to contribute a solution to this issue? |
| 142 | + options: |
| 143 | + - Yes, I'd like to be assigned to work on this item. |
| 144 | + - Yes, but only if others can assist. |
| 145 | + - No, I'm unable to contribute a solution. |
0 commit comments