From e25279255adf80b4a6538f6bb4ae3bb0ae0453b5 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 18 Dec 2025 23:09:51 +0700 Subject: [PATCH] chore: update bug report template Signed-off-by: Dwi Siswanto --- .github/ISSUE_TEMPLATE/bug-report.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 38f61d358..405cbbae7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -36,7 +36,9 @@ body: description: | Steps to reproduce the behavior, for example, commands to run Nuclei. - 📝 For a more detailed output that could help in troubleshooting, you may want to run Nuclei with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood. + 💡 Prefer copying text output over using screenshots for easier troubleshooting. + + 📝 For a more detailed output that could help in troubleshooting, you may want to run Nuclei with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood.
📊 For performance or memory investigations, use **`-profile-mem`**, which generates `*.cpu`, `*.mem`, and `*.trace` files. Since GitHub doesn't support these formats directly, compress them (e.g., .zip or .tar.gz) and attach the archive under the "Anything else" section below. :warning: **Please redact any literal target hosts/URLs or other sensitive information.** @@ -50,7 +52,9 @@ body: description: | Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - 📝 For a more detailed output that could help in troubleshooting, you may want to run Nuclei with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood. + 💡 Prefer copying text output over using screenshots for easier troubleshooting. + + 📝 For a more detailed output that could help in troubleshooting, you may want to run Nuclei with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood.
📊 For performance or memory investigations, use **`-profile-mem`**, which generates `*.cpu`, `*.mem`, and `*.trace` files. Since GitHub doesn't support these formats directly, compress them (e.g., .zip or .tar.gz) and attach the archive under the "Anything else" section below. :warning: **Please redact any literal target hosts/URLs or other sensitive information.** @@ -60,9 +64,9 @@ body: label: Environment description: | Examples: - - **OS**: Ubuntu 20.04 - - **Nuclei** (`nuclei -version`): v3.3.1 - - **Go** (`go version`): go1.22.0 _(only if you've installed it via the `go install` command)_ + - **OS**: Ubuntu 24.04 + - **Nuclei** (`nuclei -version`): v3.6.0 + - **Go** (`go version`): go1.24.0 _(only if you've installed it via the `go install` command)_ value: | - OS: - Nuclei: