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
validations:
required: true
- type: textarea
- type: dropdown
attributes:
label: Branch
description: Which github branch did you use (Flutter or Compose)?
label: Manager Branch
options:
- Flutter
- Compose
validations:
required: true
- type: textarea