refactor: add dropdown for feature template.

This commit is contained in:
Aunali321 2022-09-19 18:22:51 +05:30 committed by GitHub
parent 743a661c10
commit ce100d97fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,12 @@ body:
- Other - Other
validations: validations:
required: true required: true
- type: textarea - type: dropdown
attributes: attributes:
label: Branch label: Manager Branch
description: Which github branch did you use (Flutter or Compose)? options:
- Flutter
- Compose
validations: validations:
required: true required: true
- type: textarea - type: textarea