From df2f0674327b4719425b38c94add3a27585e7478 Mon Sep 17 00:00:00 2001 From: tehcneko Date: Thu, 30 May 2024 19:59:49 +0800 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/do_not_report_issue_here.yml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/do_not_report_issue_here.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c7970e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Report issues here + url: https://github.com/LSPosed/DisableFlagSecure/issues + about: https://github.com/LSPosed/DisableFlagSecure diff --git a/.github/ISSUE_TEMPLATE/do_not_report_issue_here.yml b/.github/ISSUE_TEMPLATE/do_not_report_issue_here.yml new file mode 100644 index 0000000..24edc6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/do_not_report_issue_here.yml @@ -0,0 +1,9 @@ +name: Do Not Report Issues Here +description: Report there ⬇ +body: + - type: input + attributes: + label: Do Not Report Issues Here + description: https://github.com/LSPosed/DisableFlagSecure + validations: + required: true