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