Skip to content

Commit 02fadbc

Browse files
authored
chore: migrate issue template to issue form (#5538)
Signed-off-by: Dwi Siswanto <[email protected]>
1 parent f2f2507 commit 02fadbc

File tree

4 files changed

+109
-62
lines changed

4 files changed

+109
-62
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: Bug Report
2+
description: Create a report to help us to improve the Nuclei.
3+
title: "[BUG] ..."
4+
labels: ["Type: Bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
For support requests, FAQs or "How to" questions, please use the [GitHub Discussions](https://github.com/projectdiscovery/nuclei/discussions) section instead or join our [Discord server](https://discord.gg/projectdiscovery) to discuss the idea on the **#nuclei** channel.
12+
13+
:warning: **Issues missing important information may be closed without further investigation.**
14+
- type: checkboxes
15+
attributes:
16+
label: Is there an existing issue for this?
17+
description: Please search to see if an issue already exists for the bug you encountered.
18+
options:
19+
- label: I have searched the existing issues.
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Current Behavior
24+
description: A concise description of what you're experiencing.
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Expected Behavior
30+
description: A concise description of what you expected to happen.
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Steps To Reproduce
36+
description: |
37+
Steps to reproduce the behavior, for example, commands to run Nuclei.
38+
39+
:warning: **Please redact any literal target hosts/URLs or other sensitive information.**
40+
placeholder: |
41+
1. Run `nuclei -t ...`
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
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.
48+
render: shell
49+
- type: textarea
50+
attributes:
51+
label: Environment
52+
description: |
53+
Examples:
54+
- **OS**: Ubuntu 20.04
55+
- **Nuclei** (`nuclei -version`): v3.3.1
56+
- **Go** (`go version`): go1.22.0 _(only if you've installed it via the `go install` command)_
57+
value: |
58+
- OS:
59+
- Nuclei:
60+
- Go:
61+
render: markdown
62+
validations:
63+
required: true
64+
- type: textarea
65+
attributes:
66+
label: Anything else?
67+
description: |
68+
Links? References? Templates? Anything that will give us more context about the issue you are encountering!
69+
70+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71+
validations:
72+
required: false
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Feature Request
2+
description: Request feature to implement in the Nuclei.
3+
title: "[FEATURE] ..."
4+
labels: ["Type: Enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
11+
Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. In case you are not sure about your request or whether the particular feature is already supported or not, please [start a discussion](https://github.com/projectdiscovery/nuclei/discussions/categories/ideas) instead.
12+
13+
Join our [Discord server](https://discord.gg/projectdiscovery) to discuss the idea on the **#nuclei** channel.
14+
- type: textarea
15+
attributes:
16+
label: Describe your feature request
17+
description: A clear and concise description of feature to implement.
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Describe the use case of the feature
23+
description: A clear and concise description of the feature request's motivation and the use-cases in which it could be useful.
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Describe alternatives you've considered
29+
description: A clear and concise description of any alternative solutions or features you've considered.
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: Additional context
35+
description: Add any other context about the feature request here.
36+
validations:
37+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue-report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)