Skip to content

Commit

Permalink
Update showcase-submission.yml
Browse files Browse the repository at this point in the history
I edited it to the correct format in yml. Hope so!!!
  • Loading branch information
ViperTricks authored Dec 12, 2024
1 parent 80b1fbf commit e4f37ca
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/ISSUE_TEMPLATE/showcase-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,27 @@ body:
description: "Select all technologies applicable to your project."
options:
- label: ".NET MAUI"
value: dotnet_maui
- label: "Uno Platform"
value: uno_platform
- label: "WinUI 3"
value: winui_3
- label: "UWP"
value: uwp
- label: "WPF"
value: wpf
validations:
required: true

- type: dropdown
- type: checkboxes
id: platform_support
attributes:
label: "How many platforms does this project support?"
description: "Specify the platforms your project supports (e.g., Android, iOS, Windows)."
multiple: true
description: "Select all platforms your project supports."
options:
- Android
- iOS
- Windows
- MacOS
- Tizen
- label: Android
- label: iOS
- label: Windows
- label: MacOS
- label: Tizen
validations:
required: true

- type: textarea
id: screenshots
attributes:
Expand All @@ -59,7 +56,7 @@ body:
validations:
required: true

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

- type: markdown
attributes:
Expand Down

0 comments on commit e4f37ca

Please sign in to comment.