Skip to content

Commit

Permalink
added option for specifying multiple platforms or products
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Oct 2, 2023
1 parent 5255c23 commit 18fba49
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/new-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
label: Platform
description: Select the platform for the documentation update.
options:
- All or multiple (please specify)
- Android
- iOS
- Web
Expand All @@ -24,12 +25,19 @@ body:
validations:
required: true

- type: textarea
attributes:
label: Platform details
validations:
required: false

- type: dropdown
id: product
attributes:
label: Product
description: Select the product for the documentation update.
options:
- All or multiple (please specify)
- Video Calling
- Interactive Live Streaming
- Voice Calling
Expand All @@ -43,10 +51,8 @@ body:
required: true

- type: textarea
id: other_product
attributes:
label: Other Product
description: Enter the name of the product if you selected "Other" in the previous dropdown.
label: Product details
validations:
required: false

Expand Down

0 comments on commit 18fba49

Please sign in to comment.