Skip to content

Commit

Permalink
added way of load
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon authored May 9, 2024
1 parent 256dafb commit abf74af
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report to help improve Opti.
title: "[Bug]: "
title: "(bug) "
labels: ["bug"]
assignees:
- byeoon
Expand Down Expand Up @@ -31,6 +31,19 @@ body:
default: 0
validations:
required: true
- type: dropdown
id: loader
attributes:
label: Opti Loader
description: Which way did you load Opti?
options:
- OptiXposed (Android)
- OptiManager (Android)
- OptiTweak (iOS)
- Sideloaded w/ other mods (iOS / Android)
default: 0
validations:
required: true
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit abf74af

Please sign in to comment.