From e56d70a1396dabfd5a32e208e59cb4b427f99317 Mon Sep 17 00:00:00 2001 From: tehcneko Date: Tue, 16 Jan 2024 12:19:15 +0800 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 45 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..18e1ca0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,45 @@ +name: Bug report +description: Report errors or unexpected behavior. +labels: [bug] +body: + - type: markdown + attributes: + value: | + To make it easier for us to help you please enter detailed information below. + - type: input + attributes: + label: LSPosed version + description: Don't use 'latest'. Specify actual version with 4 digits. + validations: + required: true + - type: input + attributes: + label: Android version + validations: + required: true + - type: input + attributes: + label: Custom OS version + validations: + required: true + - type: checkboxes + id: latest + attributes: + label: Version requirement + options: + - label: I am using latest debug CI version + required: true + - type: textarea + attributes: + label: Logs + description: Please provide the log zip saved from manager. + placeholder: Upload logs zip by clicking the bar on the bottom. + validations: + required: true + - type: textarea + attributes: + label: Framework JAR + description: Please upload your /system/framework/framework.jar. + placeholder: Upload jar by clicking the bar on the bottom. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file