You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+8-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ body:
36
36
description: |
37
37
Steps to reproduce the behavior, for example, commands to run Nuclei.
38
38
39
+
📝 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.
40
+
39
41
:warning: **Please redact any literal target hosts/URLs or other sensitive information.**
40
42
placeholder: |
41
43
1. Run `nuclei -t ...`
@@ -44,7 +46,12 @@ body:
44
46
- type: textarea
45
47
attributes:
46
48
label: Relevant log output
47
-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
49
+
description: |
50
+
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
51
+
52
+
📝 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.
53
+
54
+
:warning: **Please redact any literal target hosts/URLs or other sensitive information.**
0 commit comments