Files
nuclei-templates/.github/ISSUE_TEMPLATE/template-requests.yml
Dwi Siswanto 7e14fb092b chore: migrate issue templates to issue forms (#10853)
* chore: migrate issue templates to issue forms

Signed-off-by: Dwi Siswanto <git@dw1.io>

* chore: remove feature_request issue template

Signed-off-by: Dwi Siswanto <git@dw1.io>

* chore: rm issue-report issue template

Signed-off-by: Dwi Siswanto <git@dw1.io>

* chore: make env attrs as optional

in false-{positive,negative} issue templates

Signed-off-by: Dwi Siswanto <git@dw1.io>

* chore: update labels for template-{contribution,requests}

Signed-off-by: Dwi Siswanto <git@dw1.io>

---------

Signed-off-by: Dwi Siswanto <git@dw1.io>
2024-10-01 15:55:02 +07:00

41 lines
1.3 KiB
YAML

name: Template Requests
description: Requesting new Nuclei templates.
title: "[TEMPLATE REQUEST] ..."
labels: ["template-requests"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this template request issue!
- type: checkboxes
attributes:
label: Is there an existing template for this?
description: Please search to see if an template or issue already exists for the template you contributed.
options:
- label: I have searched the existing templates.
required: true
- type: textarea
attributes:
label: Template requests
description: |
Examples:
- CVE-202A-YYYYY
- CVE-202B-YYYYY
- Exploit X
- Misconfiguration X
- Technology X Detection
value: |
- ...
- type: textarea
attributes:
label: Anything else?
description: |
Links? References (e.g. PoC, exploit, blog post, etc.)? Anything that can speed up template creation, such as:
- Detailed vulnerability descriptions
- Sample payloads or exploit code
- Expected responses or indicators of successful exploitation
- Affected software versions or configurations
- Any known limitations or edge cases
validations:
required: false