mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
refactor: use dropdown for branch.
This commit is contained in:
parent
2b7287c04c
commit
743a661c10
1 changed files with 5 additions and 3 deletions
8
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
|
@ -20,10 +20,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
|
||||||
|
|
Loading…
Reference in a new issue