Skip to content

Commit 3e1e968

Browse files
authored
Make architecture non required in bug-report.yaml
1 parent 5fc1c31 commit 3e1e968

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,18 @@ body:
6767
Not sure? Look at your app's `package.json` and share what's in the "dependencies" section.
6868
id: modules
6969
- type: dropdown
70-
validations:
71-
required: true
7270
attributes:
7371
label: Target React Native Architecture
7472
description: |
75-
Which React Native architecture(s) are you using?
73+
For which React Native architecture(s) did this issue repro for you?
7674
7775
Not sure? Which template did you use when creating your project? For RNW <= 0.79.0, the default for new app projects is "Old Architecture".
7876
7977
See [New vs. Old Architecture](https://microsoft.github.io/react-native-windows/docs/new-architecture) for more details.
80-
multiple: true
8178
options:
82-
- "New Architecture (WinAppSDK)"
83-
- "Old Architecture (UWP)"
79+
- "Both Architectures"
80+
- "New Architecture (WinAppSDK) Only"
81+
- "Old Architecture (UWP) Only"
8482
- type: dropdown
8583
attributes:
8684
label: Target Platform Version

0 commit comments

Comments
 (0)