From 14b7861f44a585403bb5740bd892171fd3d37548 Mon Sep 17 00:00:00 2001 From: Rifat Azad Date: Mon, 14 Jul 2025 19:59:38 +0600 Subject: [PATCH] template: add feature request template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +- .github/ISSUE_TEMPLATE/config.yml | 6 +--- .github/ISSUE_TEMPLATE/request.yml | 41 +++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8c0488eb..18bc7745 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,8 +60,9 @@ body: value: | - Device: - OS Version: - - KernelSU Version: - Kernel Version: + - KSUN Driver Version: + - KSUN Manager Version: validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dfab1975..ec4bb386 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ -blank_issues_enabled: false -contact_links: - - name: Feature Request - url: https://t.me/ksunext/578 - about: "We do not accept external Feature Requests anymore, check the link for more details." +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/request.yml b/.github/ISSUE_TEMPLATE/request.yml new file mode 100644 index 00000000..296be3d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.yml @@ -0,0 +1,41 @@ +name: Feature Request +description: Suggest a new feature or improvement for KernelSU Next. +title: "[Feature] " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Thank you for taking the time to suggest a feature! Please fill out the following details. + - type: textarea + id: problem + attributes: + label: "Is your feature request related to a problem?" + description: "A clear and concise description of what the problem is. Ex: I'm always frustrated when..." + placeholder: "Describe the problem or need." + validations: + required: false + - type: textarea + id: solution + attributes: + label: "Describe the solution you'd like" + description: "A clear and concise description of what you want to happen." + placeholder: "Describe your proposed solution." + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: "Describe alternatives you've considered" + description: "A clear and concise description of any alternative solutions or features you've considered." + placeholder: "List any alternatives." + validations: + required: false + - type: textarea + id: additional + attributes: + label: "Additional context" + description: "Add any other context or screenshots about the feature request here." + placeholder: "Additional context or screenshots." + validations: + required: false \ No newline at end of file