Skip to content

Commit e4f37ca

Browse files
authored
Update showcase-submission.yml
I edited it to the correct format in yml. Hope so!!!
1 parent 80b1fbf commit e4f37ca

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

‎.github/ISSUE_TEMPLATE/showcase-submission.yml‎

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,27 @@ body:
2727
description: "Select all technologies applicable to your project."
2828
options:
2929
- label: ".NET MAUI"
30-
value: dotnet_maui
3130
- label: "Uno Platform"
32-
value: uno_platform
3331
- label: "WinUI 3"
34-
value: winui_3
3532
- label: "UWP"
36-
value: uwp
3733
- label: "WPF"
38-
value: wpf
3934
validations:
4035
required: true
4136

42-
- type: dropdown
37+
- type: checkboxes
4338
id: platform_support
4439
attributes:
4540
label: "How many platforms does this project support?"
46-
description: "Specify the platforms your project supports (e.g., Android, iOS, Windows)."
47-
multiple: true
41+
description: "Select all platforms your project supports."
4842
options:
49-
- Android
50-
- iOS
51-
- Windows
52-
- MacOS
53-
- Tizen
43+
- label: Android
44+
- label: iOS
45+
- label: Windows
46+
- label: MacOS
47+
- label: Tizen
48+
validations:
49+
required: true
50+
5451
- type: textarea
5552
id: screenshots
5653
attributes:
@@ -59,7 +56,7 @@ body:
5956
validations:
6057
required: true
6158

62-
- type: input
59+
- type: dropdown
6360
id: device_frame
6461
attributes:
6562
label: "Which device frame do you want to display your application on?"
@@ -83,7 +80,8 @@ body:
8380
description: "By submitting this showcase, you agree to follow our [Code of Conduct](https://example.com)."
8481
options:
8582
- label: I agree to respect and follow this project's rules
86-
required: true
83+
validations:
84+
required: true
8785

8886
- type: markdown
8987
attributes:

0 commit comments

Comments
 (0)