From 6ea32e83da13e58992e64798fa042c8b186a497e Mon Sep 17 00:00:00 2001 From: qosmio Date: Tue, 29 Apr 2025 06:19:31 +0000 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ed53ee1..8c4b36b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -56,16 +56,17 @@ body: - type: markdown attributes: value: |- - ### Attach the `.config` output: + ### 5. Attach your `.config` output: + Run the following command and attach the output below ```bash grep -Pi 'NSS_(?!DRV)|^(?!#)CONFIG_TARGET_(SUBTARGET|PROFILE|qualcommax)|^(?!#)CONFIG_(PACKAGE_kmod-qca-)|MEM_PROFILE' .config ``` - + - type: textarea id: config_output attributes: - label: ".config output" + label: ".config" render: ini validations: required: true