mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
refactor: specify branch.
This commit is contained in:
parent
2c6c2fee41
commit
d57a8650c9
2 changed files with 12 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
|
@ -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
|
||||
|
|
6
.github/ISSUE_TEMPLATE/feature-issue.yml
vendored
6
.github/ISSUE_TEMPLATE/feature-issue.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue