mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-18 01:01:43 +00:00
Update bug-report.yml
Signed-off-by: qosmio <datapronix@protonmail.com>
This commit is contained in:
parent
3f92f72ca5
commit
db2dd9e25d
17
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -14,6 +14,8 @@ body:
|
|||||||
label: "Issue Description"
|
label: "Issue Description"
|
||||||
description: "Briefly describe the issue or the problem you are trying to solve."
|
description: "Briefly describe the issue or the problem you are trying to solve."
|
||||||
placeholder: "e.g., Error encountered during build, missing package, etc."
|
placeholder: "e.g., Error encountered during build, missing package, etc."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: openwrt_fork
|
id: openwrt_fork
|
||||||
@ -23,6 +25,8 @@ body:
|
|||||||
options:
|
options:
|
||||||
- "qosmio/openwrt-ipq"
|
- "qosmio/openwrt-ipq"
|
||||||
- "other"
|
- "other"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: branch
|
id: branch
|
||||||
@ -46,13 +50,22 @@ body:
|
|||||||
label: "4. What is the exact device you are building for?"
|
label: "4. What is the exact device you are building for?"
|
||||||
description: "Provide the specific device name according to CONFIG_TARGET_PROFILE."
|
description: "Provide the specific device name according to CONFIG_TARGET_PROFILE."
|
||||||
placeholder: "e.g., DEVICE_linksys_mr7500"
|
placeholder: "e.g., DEVICE_linksys_mr7500"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |-
|
value: |-
|
||||||
### Attach the `.config` output:
|
### Attach the `.config` output:
|
||||||
Run the following command and attach the output below. Use triple backticks (```) before and after the pasted content for proper formatting.
|
Run the following command and attach the output below
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
grep -Pi 'NSS_(?!DRV)|^(?!#)CONFIG_TARGET_(SUBTARGET|PROFILE|qualcommax)|^(?!#)CONFIG_(PACKAGE_kmod-qca-)|MEM_PROFILE' .config
|
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"
|
||||||
|
render: ini
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user