From d57a8650c9f8ef1620bb263c196fc83ac0e46e17 Mon Sep 17 00:00:00 2001 From: Aunali321 <48486084+Aunali321@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:42:36 +0530 Subject: [PATCH] refactor: specify branch. --- .github/ISSUE_TEMPLATE/bug-issue.yml | 6 ++++++ .github/ISSUE_TEMPLATE/feature-issue.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 6fc0562d..680313f1 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -20,6 +20,12 @@ body: - Other validations: required: true + - type: textarea + attributes: + label: Branch + description: Which github branch did you use (Flutter or Compose)? + validations: + required: true - type: textarea attributes: label: Bug description diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml index 735ac88a..d27fe1b0 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.yml +++ b/.github/ISSUE_TEMPLATE/feature-issue.yml @@ -12,6 +12,12 @@ body: - Other validations: required: true + - type: textarea + attributes: + label: Branch + description: Which github branch did you use (Flutter or Compose)? + validations: + required: true - type: textarea attributes: label: Issue