From ce100d97fddfeb66451fd64d19db152f804d7499 Mon Sep 17 00:00:00 2001 From: Aunali321 <48486084+Aunali321@users.noreply.github.com> Date: Mon, 19 Sep 2022 18:22:51 +0530 Subject: [PATCH] refactor: add dropdown for feature template. --- .github/ISSUE_TEMPLATE/feature-issue.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml index d27fe1b0..d5027b8d 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.yml +++ b/.github/ISSUE_TEMPLATE/feature-issue.yml @@ -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