mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-18 09:11:43 +00:00
Update bug-report.yml
Signed-off-by: qosmio <datapronix@protonmail.com>
This commit is contained in:
parent
a9389f85bc
commit
1772fa9cef
71
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
71
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,30 +1,65 @@
|
|||||||
---
|
---
|
||||||
name: NSS Build Support Request
|
name: NSS Build Support Request
|
||||||
description: Use this template to provide the required details when seeking support
|
description: Use this template to report issues or request support for building NSS packages.
|
||||||
for building NSS packages.
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Please answer the following questions:
|
### What is the issue?
|
||||||
|
Please provide a clear and concise description of the issue or the problem you are encountering.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: issue_description
|
||||||
|
attributes:
|
||||||
|
label: "Issue Description"
|
||||||
|
description: "Briefly describe the issue or the problem you are trying to solve."
|
||||||
|
placeholder: "e.g., Error encountered during build, missing package, etc."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: openwrt_fork
|
||||||
|
attributes:
|
||||||
|
label: "1. Which OpenWrt NSS fork are you using?"
|
||||||
|
description: "Select the OpenWrt NSS fork you are building from."
|
||||||
|
options:
|
||||||
|
- "qosmio/openwrt-ipq"
|
||||||
|
- "other"
|
||||||
|
|
||||||
|
- type: conditional
|
||||||
|
attributes:
|
||||||
|
if:
|
||||||
|
field: openwrt_fork
|
||||||
|
equals: "qosmio/openwrt-ipq"
|
||||||
|
then:
|
||||||
|
- type: dropdown
|
||||||
|
id: branch
|
||||||
|
attributes:
|
||||||
|
label: "What branch are you building from?"
|
||||||
|
description: "Select the branch you are building from."
|
||||||
|
options:
|
||||||
|
- "main-nss"
|
||||||
|
- "24.10-nss"
|
||||||
|
|
||||||
|
- type: conditional
|
||||||
|
attributes:
|
||||||
|
if:
|
||||||
|
field: openwrt_fork
|
||||||
|
equals: "other"
|
||||||
|
then:
|
||||||
|
- type: input
|
||||||
|
id: custom_repo
|
||||||
|
attributes:
|
||||||
|
label: "What is the full repository?"
|
||||||
|
description: "Enter the full repository in the format `user/repo`."
|
||||||
|
placeholder: "user/repo"
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: question_1
|
id: device_name
|
||||||
attributes:
|
attributes:
|
||||||
label: 1. Are you building from [qosmio/openwrt-ipq](https://github.com/qosmio/openwrt-ipq)?
|
label: "2. What is the exact device you are building for?"
|
||||||
description: Answer with Yes or a link to your fork if different.
|
description: "Provide the specific device name according to CONFIG_TARGET_PROFILE."
|
||||||
|
placeholder: "e.g., DEVICE_linksys_mr7500"
|
||||||
- type: input
|
|
||||||
id: question_2
|
|
||||||
attributes:
|
|
||||||
label: 2. What is the exact device you are building for?
|
|
||||||
description: Provide the specific device name.
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: question_3
|
|
||||||
attributes:
|
|
||||||
label: 3. What `openwrt-ipq` branch are you building from?
|
|
||||||
description: Provide the branch name.
|
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user