From abf74af118dd4a8ab5b4ac217aa4510f3451ff93 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Thu, 9 May 2024 13:29:58 -0400 Subject: [PATCH] added way of load --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 55fe40b5..53a3be2d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report to help improve Opti. -title: "[Bug]: " +title: "(bug) " labels: ["bug"] assignees: - byeoon @@ -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: